https://github.com/petekgithub/react-playground5-props-drilling
Explanation of Props Drlling
https://github.com/petekgithub/react-playground5-props-drilling
props-drilling reactjs
Last synced: 15 days ago
JSON representation
Explanation of Props Drlling
- Host: GitHub
- URL: https://github.com/petekgithub/react-playground5-props-drilling
- Owner: petekgithub
- Created: 2022-07-23T01:26:41.000Z (almost 3 years ago)
- Default Branch: drill
- Last Pushed: 2022-07-23T09:04:30.000Z (almost 3 years ago)
- Last Synced: 2025-05-25T15:08:15.017Z (about 1 month ago)
- Topics: props-drilling, reactjs
- Language: JavaScript
- Homepage: https://petekshamitbeyli.medium.com/prop-drilling-ve-context-api-8affa8b695aa
- Size: 1.85 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Props drilling in React
```
Prop drilling is the process in React app where props are passed from one part to another.
We're using context.Provider and for that we don't need to props anymore.```