dwyl / learn-redux

:boom: Comprehensive Notes for Learning (how to use) Redux to manage state in your Web/Mobile (React.js) Apps.
GNU General Public License v2.0
446 stars 42 forks source link

Good Video on Uni-Directional Data Flow (in Flux) #10

Closed nelsonic closed 7 years ago

nelsonic commented 8 years ago

If you want to understand why uni-directional data flow makes sense in larger applications watch:

uni directional data flow

While the video covers Flux the principals are applicable to a Redux application which is an * even simpler* way of writing JS Apps.

nelsonic commented 7 years ago

this is indeed a good intro to uni-directional data flow. invest your time in elm instead! https://github.com/dwyl/learn-elm/