React developer Riccardo Bertolini has created a new nightmare unlocked: prop drilling. Prop drilling is the process of getting data to parts deep in the component tree by passing props through every level until they reach their destination. The next problem connected to props is “prop drilling” which is a common issue when a React application grows.
Table of contents
New nightmare unlocked: prop drillingContext APIReduxStructural update: Render PropsSort: