1. 3
    Avoid Prop Drilling using Context in React
    2m 31s

Avoid Prop Drilling using Context in React

InstructorPaul McBride

Share this video with your friends

Send Tweet

A common struggle with building React apps is having to pass props through a deeply nested component tree. In this lesson you'll learn how to avoid prop drilling using the useContext hook.