Stateless Components with React

1 · Hootsuite · Aug. 31, 2018, 9:03 p.m.
IntroductionAs Web frameworks evolve, more layers of complexity are starting to develop — especially when it comes to managing state. As the creators of Redux put it:“If a model can update another model, then a view can update a model, which updates another model, and this, in turn, might cause another view to update. At some point, you no longer understand what happens in your app as you have lost control over the when, why, and how of its state.”At Hootsuite, React has become an integral part ...