Skip to content

I'm doing this project to learn more about Redux and Redux toolkit, project objectives are to avoid PROP DRILLING and focus on implementing good practices.

Notifications You must be signed in to change notification settings

DanielAlbuquerq/React-Redux-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redux with React

I'm doing this project to learn more about Redux and Redux toolkit, project objective is to avoid PROP DRILLING in React with Redux: first I created a redux folder and store.js file for Root Reducer (the global state) to store global data.

and to access these data I used useSelector Hook, and to trigger actions to change the state I used useDispatch Hook.

Project: https://danielalbuquerq.github.io/React-Redux-Project/

About

I'm doing this project to learn more about Redux and Redux toolkit, project objectives are to avoid PROP DRILLING and focus on implementing good practices.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published