Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jyotindersingh/redux-typescript-reference
Learning Redux with TypeScript
https://github.com/jyotindersingh/redux-typescript-reference
Last synced: about 6 hours ago
JSON representation
Learning Redux with TypeScript
- Host: GitHub
- URL: https://github.com/jyotindersingh/redux-typescript-reference
- Owner: JyotinderSingh
- Created: 2021-05-16T12:16:59.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-05-17T16:30:59.000Z (over 3 years ago)
- Last Synced: 2023-09-10T13:36:05.932Z (about 1 year ago)
- Language: TypeScript
- Size: 229 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Redux and TypeScript Reference
Personal reference repo written while learning Redux.Uses Redux Toolkit.
## Steps to install and run
```
yarn install
yarn start
```