Skip to content

Bria222/redux-learning-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redux tutorial for beginners implemented it using reactjs

  1. Create store with redux
  2. Add, Remove and Update data to our store

Our main soucrce code is the following path

/src/components

Project structure

  1. Redux.jsx: Here is where we create our store structure and the way to store and manuplate data on it
  2. ActionTypes.jsx: We store all our actionTypes as constant value. It makes our code look cleaner
  3. ActionCreator.jsx: Functions to manuplate data on our store.
  4. ReduxTutoial.jsx: Our main testing js file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published