What is prop drilling and what problem does it cause?

React Developer Medium

React Developer — Medium

What is prop drilling and what problem does it cause?

Key points

  • Prop drilling involves passing props through many layers of components
  • It creates tight coupling between components and data
  • Can result in unnecessary complexity in the codebase

Ready to go further?

Related questions