Closed nelsonic closed 7 years ago
If you want to understand why uni-directional data flow makes sense in larger applications watch:
While the video covers Flux the principals are applicable to a Redux application which is an * even simpler* way of writing JS Apps.
Flux
Redux
this is indeed a good intro to uni-directional data flow. invest your time in elm instead! https://github.com/dwyl/learn-elm/
If you want to understand why uni-directional data flow makes sense in larger applications watch:
While the video covers
Flux
the principals are applicable to aRedux
application which is an * even simpler* way of writing JS Apps.