React Context API with hooks
What is Context API? Context provides a way to pass data through the component tree without having to pass props down manually at every level. Since release 16.3, React has had a stable version of Context API that can be used to easily share data a...
Jun 14, 20212 min read61