Dev Research

Logo

Road to Software Engineering Competence, A Zettelkasten

View the Project on GitHub twhite96/dev-research

Prop Drilling

What is prop drilling?

Prop drilling (also called “threading”) refers to the process you have to go through to get data to parts of the React Component tree.

Here are a few [prop drilling examples].

Source: Prop Drilling by Kent C Dodds