Earlier this year, the React team introduced the first official context API. I blogged about that new API and people got sufficiently and reasonably hyped. One common complaint that I knew people were going to have when applying it practically ...

NOTE: Before we get started, I want to make sure you know the times it’s important to optimize your context value is when a certain combination of the following conditions are met: Your context value changes frequently Your context has ...

In Application State Management with React, I talk about how using a mix of local state and React Context can help you manage state well in any React application. I showed some examples and I want to call out a ...