Skip to content

This repository contains the basics to understand how redux works in javascript

Notifications You must be signed in to change notification settings

Kandy-Peter/Understand-redux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Understand-redux

This repository contains the basics to understand how redux works in javascript and its framework

This repository helps beginners to distinguish all the redux steps:

  • How it store data in its database
  • How date can be changed by just making some actions
  • What are the three steps to store new state and how to use them(ReduxStore): -getstate: Allow access to the store -dispatch: makes the dispatch of action -subscribe(listener): the listener runs for each state modifcation of state in the store.

About

This repository contains the basics to understand how redux works in javascript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages