웹 전분 브라우저 기반 그래픽 사용자 인터페이스를 선언적으로 작성하기위한 도메인 별 프로그래밍 언어
Elm의 아키텍처는 언어적으로 상태관리를 하도록
Elm Architecture
- Model — the state of your application
- View — a way to turn your state into HTML
- Update — a way to update your state based on messages
- elm style js

Seonglae Cho
Seonglae Cho