phoxelua / matcha

Does money things
0 stars 0 forks source link

Move to using an Elm-like architecture #81

Open jjwon0 opened 8 years ago

jjwon0 commented 8 years ago

Javascript has a lot of churn, but Elm has been one of the ideas that has taken the front-end world by storm. redux-elm is a pretty sweet tutorial/plugin which helps users use an Elm-like architecture with redux, making things a lot more maintainable.

Another useful link is the elm-architecture-tutorial, which is very informative.