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

https://github.com/br3akzero/react.example-context-with-reducer

Small shop app that uses Context & Reducer hook
https://github.com/br3akzero/react.example-context-with-reducer

Last synced: 30 days ago
JSON representation

Small shop app that uses Context & Reducer hook

Awesome Lists containing this project

README

          

# Context with Reducer example

A basic todo app that uses ES2017 with Typescript.
The main feature of this app is the use of the hook
`useContext` with `useReducer` to create a [Redux](https://react-redux.js.org/)
experience.

### How to start

Run `yarn start`.