Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 481 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 481 Bytes

Simple React Context API App

This is a basic example of using React Context API that I am using for my blog - TechFlip.

Check it out here.

To run, clone the repo and type npm isntall.

Then run npm start and navigate to http://localhost:3000.

What you will create

context example