https://github.com/developer239/use-reducer-with-effect-example
https://github.com/developer239/use-reducer-with-effect-example
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/developer239/use-reducer-with-effect-example
- Owner: developer239
- Created: 2022-02-26T17:47:42.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-26T19:39:24.000Z (almost 4 years ago)
- Last Synced: 2025-09-05T13:57:00.044Z (5 months ago)
- Language: TypeScript
- Size: 103 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://www.typescriptlang.org/)
## Use Reducer With Effect Example
System Dependencies:
1. `brew install node`
2. `brew install yarn`
Run React App:
1. Start development server: `yarn start`
## Useful Commands
- `yarn dev` Start development server
- `yarn format` Prettify source code
- `yarn lint:ts` Show ts errors
- `yarn lint:css` Show css errors