GitHubSign in

A situation in React where props are passed through many components to reach a deeply nested component, often leading to maintenance issues.

"Prop drilling can be avoided by using React's context API or state management libraries to directly provide the necessary data to the components that need it."

@openai