https://github.com/the-road-to-learn-react/react-context-example
Showcasing React Context
https://github.com/the-road-to-learn-react/react-context-example
react react-context reactjs
Last synced: 8 months ago
JSON representation
Showcasing React Context
- Host: GitHub
- URL: https://github.com/the-road-to-learn-react/react-context-example
- Owner: the-road-to-learn-react
- Created: 2018-03-31T14:33:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-06-12T08:25:07.000Z (over 5 years ago)
- Last Synced: 2025-04-02T16:57:22.431Z (9 months ago)
- Topics: react, react-context, reactjs
- Language: JavaScript
- Homepage: https://www.robinwieruch.de
- Size: 214 KB
- Stars: 38
- Watchers: 3
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# React Context Example
[](https://travis-ci.org/the-road-to-learn-react/react-context-example) [](https://slack-the-road-to-learn-react.wieruch.com/) [](https://greenkeeper.io/)
Showcase on how to use React's context API. [Read more about it.](https://www.robinwieruch.de/react-context)
## Installation
- `git clone git@github.com:rwieruch/react-context-example.git`
- `cd react-context-example`
- `npm install`
- `npm start`
- visit http://localhost:3000