Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 192 Bytes

File metadata and controls

8 lines (6 loc) · 192 Bytes
description
React context are ways of providing data through a tree of components without having to "drill" the data through all the components on the path.

React Contexts