[–] namuol 10y ago ↗ One important difference: Redux keeps your entire app state in a single store.In other words, this adheres to the last two principals of Redux, but not the first: http://redux.js.org/docs/introduction/ThreePrinciples.htmlStill beats the hell out of using `setState`!
1 comment
[ 4.9 ms ] story [ 10.3 ms ] threadIn other words, this adheres to the last two principals of Redux, but not the first: http://redux.js.org/docs/introduction/ThreePrinciples.html
Still beats the hell out of using `setState`!