Skip to content

Latest commit

 

History

History
6 lines (3 loc) · 289 Bytes

README.md

File metadata and controls

6 lines (3 loc) · 289 Bytes

Digging Into React Context

From the CSS tricks article: Digging Into React Context.

I slightly modified the code. App component is changed to functional component here, use of props destructuring, and use of useState() instead.