
Flux’s one way data flow solves several problems of MVC, but its complexity can be reduced in some cases.
Redux is a predictable state container for JavaScript to use with React or any other view library.
Dan Abramov currently works full time on Redux, React Hot Loader, and React Transform.
Questions
- How does Redux compare to Flux?
- How does Flux differ from MVC?
- How did Erlang and Elm inspire your work?
- Why is React closely associated with functional programming techniques?
Links
The post Flux, Redux, and React Hot Loader with Dan Abramov appeared first on Software Engineering Daily.