useContext in Hooks
React context is a way to manage state globally.
It can be used together with the useState hook to share state between deeply nested components more easily than with useState alone.
//Pass data from app component to compC ile through file:-
// Ap...
megha17.hashnode.dev1 min read