Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrtinsvitor/react-context-counter-example
Simple React Counter example using the new React Context API.
https://github.com/mrtinsvitor/react-context-counter-example
Last synced: 12 days ago
JSON representation
Simple React Counter example using the new React Context API.
- Host: GitHub
- URL: https://github.com/mrtinsvitor/react-context-counter-example
- Owner: mrtinsvitor
- Created: 2018-06-07T22:03:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-15T21:58:27.000Z (over 6 years ago)
- Last Synced: 2024-12-31T19:12:43.332Z (25 days ago)
- Language: JavaScript
- Homepage: https://codesandbox.io/s/kwzloxjox5?module=%2Fsrc%2Fproviders%2FCounterProvider.js
- Size: 183 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Counter With React Context
Simple React Counter example using the new React Context API.
## Requirements
For development, you will only need Node.js installed on your environement.
## Install
$ git clone https://github.com/mrtins/react-context-counter-example.git
$ cd react-context-counter-example
$ npm install## Start & watch
$ npm start
## Simple build for production
$ npm run build