Redux is a predictable state container for JavaScript apps. If your app is simple and works with a minimal number of states, there is no need to add redux to your app. In a complex app, there will be multiple reducers to handle different states.
Table of contents
Do I need to use Redux in my React app?Redux vs useContext and useReducerRedux Basic ConceptsFeeling Overwhelmed?Adding Redux to your React AppConclusionSort: