Starting You New React App with Redux? Consider a Simpler Approach Using the Context API by @sirech auth0.com
If you're bootstrapping a new React application today, ingrained habits might lead you to pick Redux. After all, you need to manage the state. Should you start with Redux, though? That has become a valid question. The latest versions of React have improved their offerings for state handling massively. In this post, I want to talk about a simpler approach, using the Context API instead.
Report Story
Leave Your Comment