-
Notifications
You must be signed in to change notification settings - Fork 0
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.
DevMarieta/Contex-API
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published