Skip to content

Charbel-R/Redux-Explained

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prop drilling

  • Prop drilling is a technique used to pass data as props from parent component to child components.
  • As the component tree grows deeper, data needs to be passed through many components.

Redux/toolkit

  • It provides tools for managing application state in a centralized store.
  • Components can connect to the store to access and update state data.
  • This eliminates the need for prop drilling and improves code maintainability.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published