State trees in Elm
Aug 28, 2017 · 1 min read
When using the elm architecture, we compose all components models into a single state tree.
from https://www.elm-tutorial.org/en/02-elm-arch/02-structure.html
When using the elm architecture, we compose all components models into a single state tree.
from https://www.elm-tutorial.org/en/02-elm-arch/02-structure.html
Written by