Skip to content

A JS library for predictable and maintainable global state management. OR A state management library for JavaScript applications.

Notifications You must be signed in to change notification settings

Usama1190/learn-redux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

c1 - normal javascript

redux - state management library

store - bank (10,000)

bank k ander operator (reducer) - state, action(type or payload) 1.type 2.payload

reducer apki state ko update karta h.

dispatch (type, payload)

command

  1. npm init -y (package.json)
  2. npm install redux

redux function createStore() , combineReducer() , reducerName.getState()

About

A JS library for predictable and maintainable global state management. OR A state management library for JavaScript applications.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published