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
- Host: GitHub
- URL: https://github.com/br3akzero/react.example-context-with-reducer
- Owner: br3akzero
- Created: 2021-12-09T18:36:15.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-09T18:38:28.000Z (over 4 years ago)
- Last Synced: 2025-10-22T03:58:52.765Z (8 months ago)
- Language: TypeScript
- Size: 225 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.