Learn how to apply component composition to solve prop-drilling and make your components more flexible. Take your components to the next level by using the context API and building Compound Components.
🏁 Final code: https://stackblitz.com/edit/react-ts-uzanui?file=App.tsx
🌟 Subscribe to my channel and FINALLY learn to build more than just a to-do list with React: https://www.youtube.com/@vincasstonys
Here's the platform I recommend to learn Web Development online: https://www.educative.io/explore?aff=Vp6m
For more content:
- Follow me on Twitter https://twitter.com/VincasStonys
- Read my blog at https://codefrontend.com
0:00 Intro
0:56 Problem Explanation
2:01 Component Composition
7:20 Adding the Context API
12:56 Compound Components
15:45 Outro
Tech used in this tutorial:
- HTML / CSS
- React.JS
- TypeScript