OOOdunayo Okebunmiinbazinga.hashnode.dev·Jun 14, 2021 · 2 min readReact Context API with hooksWhat 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...00