January 16, 2021September 5, 2021 No Comments How to Use Context API in a React App React We know that a react application is made up of components. The data from a component to another is passed via props. This data flow occurs from the parent to the child in a tree structure. But some of the components in between this data-flow […]