Container Components: Exploring State Management in React (Part I) (opens in new tab)
From Mitchell Hanberg's Blog: >At what level of complexity will my React application require Redux? React developers have been asking this question for a long time, and answers still vary wildly. The truth is there is quite a bit we can do before needing to pull in Redux, and even then, _**Redux**_ isn't our only option! Even the creator of Redux, Dan Abramov thinks that we might not need Redux (although, I think the spirit this statement applies to all 3rd-party libraries meant to help reduc...
Read the original article