Redux is widely accepted and used state management libraries in react applications. Understand the redux core concepts such as reducers, actions and store and their respective application.

Redux is quite powerful and heavily used so try to understand it a bit better.

Apart from redux we have other alternatives such as zustand and Jotia and Recoil but redux is widely used and accepted state management library in frontend.

<aside> 🙇🏼 I would recommend learning redux and rest you can learn afterwards once the command over redux gets better.

</aside>

Redux Resources

State Management Libraries