A practice project to understand the fundamentals of Redux state management in React.
This project was built to explore the core concepts of Redux without using Redux Toolkit.
It demonstrates how to:
- Set up a Redux store manually
- Create actions and action creators
- Write reducers to manage state updates
- Connect React components to Redux using
react-redux
- Dispatch actions and update UI through state
- React
- Redux
- React-Redux
- Clone the repository
git clone https://github.com/your-username/learning-redux.git cd learning-redux