Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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/
```