This is a Redux in a bid to learn Redux state management
- Using Redux in isolation ( without React )
- Redux Store
- Actions
- Action Creators
- Reducers
- Middleware ( redux-thunk, redux-logger )
- Integrating Redux with React
- basic-redux-store Basic Redux store without using React. Find all code in src/store.js
- combine-multiple-reducers Example for multiple reducers
- synchronous-actions-with-redux Synchronous Actions
- asynchronous-actions-with-redux Handling asynchronous actions with redux
- redux-with-react Using Redux store for data in React Components
git clone https://github.com/shugaProm/redux-practice
cd redux-practice
git checkout branch-name
npm install
git checkout branch-name
npm run dev
git checkout branch-name
npm run build