Skip to content

imranhsayed/redux-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

11 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

βš’οΈ Redux Workshop πŸ‚

This is a Redux Workshop to learn Redux

πŸ“‹ Topics Covered:

  1. Using Redux in isolation ( without React )
  2. Redux Store
  3. Actions
  4. Action Creators
  5. Reducers
  6. Middleware ( redux-thunk, redux-logger )
  7. Using Redux with React

πŸ”– Branch Details

  1. 🏬 1-basic-redux-store Basic Redux store without using React. Find all code in src/store.js
  2. 🚒 2-combine-multiple-reducers Example for multiple reducers
  3. πŸš€ 3-synchronous-actions-with-redux Synchronous Actions
  4. ✈️ 4-asynchronous-actions-with-redux Handling asynchronous actions with redux
  5. βš“ 5-redux-with-react Using Redux store for data in React Components

β›½ Installation

git clone https://github.com/imranhsayed/redux-workshop

cd redux-workshop

git checkout branch-name

npm install

⚑ Development

git checkout branch-name

npm run dev

❄️ Production

git checkout branch-name

npm run build