Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thinkswan/react-usereducer
A React app that manages data using the reducer and context APIs.
https://github.com/thinkswan/react-usereducer
javascript react tutorial
Last synced: about 2 months ago
JSON representation
A React app that manages data using the reducer and context APIs.
- Host: GitHub
- URL: https://github.com/thinkswan/react-usereducer
- Owner: thinkswan
- Created: 2019-09-17T09:12:19.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-09T18:06:29.000Z (almost 4 years ago)
- Last Synced: 2023-03-11T18:28:18.592Z (almost 2 years ago)
- Topics: javascript, react, tutorial
- Language: JavaScript
- Homepage:
- Size: 359 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-usereducer
A React app that manages data using the reducer and context APIs.
Based on the following tutorials:
- [Leigh Halliday: React Hooks: useReducer](https://www.youtube.com/watch?v=cKzrgB6MqqM)
- [Leigh Halliday: React Hooks: useContext](https://www.youtube.com/watch?v=u06qAON66iw)## Get started
```
yarn
yarn start
open http://localhost:3000/
```