Skip to content

PrathicaShettyM/React-Redux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Redux

  • It is a state management library
  • It has only 5 major functions:
  1. create store
  2. combine reducer
  3. compose
  4. apply middleware
  5. bind action creators

Installing React-Redux

Use the following commands to install redux

npm init
npm install redux
  1. Create index.js file

Seeing the output

  1. After writing the function, Come to terminal and test the parameter

About

This repo contains concepts of Redux library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published