Context API in React : everything you need to know
Sep 24, 2022 · 1 min read · If we want to pass some kind of data from one component to another or from parent to child component, the one way is to pass props to other components manually. if the structure of the component tree is gigantic then it can be tedious to pass the dat...
Join discussion
