This is a Redux Workshop to learn Redux
- Using Redux in isolation ( without React )
- Redux Store
- Actions
- Action Creators
- Reducers
- Middleware ( redux-thunk, redux-logger )
- Using Redux with React
- π¬ 1-basic-redux-store Basic Redux store without using React. Find all code in src/store.js
- π’ 2-combine-multiple-reducers Example for multiple reducers
- π 3-synchronous-actions-with-redux Synchronous Actions
βοΈ 4-asynchronous-actions-with-redux Handling asynchronous actions with redux- β 5-redux-with-react Using Redux store for data in React Components
git clone https://github.com/imranhsayed/redux-workshop
cd redux-workshop
git checkout branch-name
npm install
git checkout branch-name
npm run dev
git checkout branch-name
npm run build