Skip to content

The Context API is a built-in mechanism in React that enables components to share data without the need to pass props through every level of the component tree. It provides a way to pass data by storing it globally, making it accessible to the components that use it without explicitly passing the data through props.

Notifications You must be signed in to change notification settings

DevMarieta/Contex-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

About

The Context API is a built-in mechanism in React that enables components to share data without the need to pass props through every level of the component tree. It provides a way to pass data by storing it globally, making it accessible to the components that use it without explicitly passing the data through props.

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published