- It is a state management library
- It has only 5 major functions:
- create store
- combine reducer
- compose
- apply middleware
- bind action creators
Use the following commands to install redux
npm init
npm install redux
- Create
index.js
file
- After writing the function, Come to terminal and test the parameter