-
Origin of Redux
-
The Flux project is in maintenance mode and there are many more sophisticated alternatives available (e.g. Redux, MobX) and we would recommend using them instead.
- It seems like they are saying that you don’t need to use it because it’s just a sample implementation.
-
Safe state management for applications with Flux and Redux (2/3): CodeZine
- It feels like they are separating and wrapping state manipulation from the component.
-
Explaining Flux implementation with a simple React sample | maesblog