Best Practices for Component State in React.js Dec 30, 2015 When writing React applications, it’s important to know when and when not to use state in components. In this post, I will review what I consider to be best practices for working with state. TL;DR: view source Advertisement