loading
loading
loading
#reactjs #tutorial #course 00:00:00 intro 00:00:13 setup 00:04:39 props 00:06:01 prop drilling 00:06:17 useContext 00:06:27 Provider Component 00:08:28 Consumer Components 00:10:11 multiple consumer components 00:11:10 conclusion // useContext() = React Hook that allows you to share values // between multiple levels of components // without passing props through each level