Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 214 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 214 Bytes

CONTEXT API HOOKS

Exemplifying the usage of React.js' Context API with a small project.

Context API is a feature that allows data sharing between components without needed to explicitly pass them as properties.