DEMO - CREATE APPLICATION USING REACT, REDUX, SAGA
Init project and Install library
- Create React application using create-react-app command
create-react-app my-app
- Install redux
npm install redux @types/redux
- Install react-redux
npm install react-redux @types/react-redux
- Install redux-saga
npm install redux-saga
Create reducers:
Create the new file: user-reducer.js
Store