Recently there has been a lot of debate about how to manage the state in React. Some claim that setState() doesn’t work as you might expect. That you have to externalize the state using a Flux-like…
https://medium.com/react-ecosystem/how-to-handle-state-in-react-6f2d3cd73a0c
* Homepage
* React Ecosystem
*
* Osmel Mora
* Redux
* MobX
* Pete Hunt
* the best advice you can get
* Dan Abramov
* containers and presentational
* in case you need to introduce Flux later
* the last responsible moment
* simplicity matters
* Dan Abramov
* source of truth
* If you want to dig more into the component’s lifecycle I already wrote a post on it.
* Twitter