There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
useContext hook is used to create common data that can be accessed throughout the component hierarchy without passing the props down manually to each level. Context defined will be available to all the child components without involving “props”.