How to avoid prop drilling in React?
You can avoid Prop Drilling in the following ways:
- Using a Context API
- Using Render Props
BY Best Interview Question ON 22 Jan 2021
You can avoid Prop Drilling in the following ways: