Summit '22
Rethinking state management in React
About this presentation
Redux is one of the core pieces of the React development ecosystem. But just because it's a standard doesn't mean it's the right fit for every occasion. In this talk, the speaker tells us why her company is moving away from Redux as a tool for state management and what are other strategies they use for the same. In this talk, the user talks about the disadvantages of Redux and some cases in which it's not a good fit for the state management of a React project. Depending on the use case, alternatives for Redux include the useState hook, React Query to handle data fetching, and React Contexts to share data that are required by many components within an application. Each of these is explained with examples.