
Flux, Redux, and React Hot Loader with Dan Abramov
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. -
JavaScript Archives - Software Engineering Daily
Audio is streamed directly from the publisher (traffic.megaphone.fm) as published in their RSS feed. Play Podcasts does not host this file. Rights-holders can request removal through the copyright & takedown page.
Show Notes

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.