An open API service indexing awesome lists of open source software.

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

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.

```