Introduction to Redux
It is a predictable state management library for JavaScript applications, commonly used with React. It helps manage and centralize application state, making state changes predictable and easier to debug.
Redux = Context API + useReducer
Why Use Redux...
madhavganesan.hashnode.dev4 min read