Mastery Points
0
Context API in react
Context & Logic
Context API is a built-in feature to share data between components without manually passing props. It involves a Provider and a Consumer (via useContext Hook).
Context API is a built-in feature to share data between components without manually passing props. It involves a Provider and a Consumer (via useContext Hook).