Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/therealedsheenan/async-await-redux
React sample with async-await using redux
https://github.com/therealedsheenan/async-await-redux
async-await react redux
Last synced: 5 days ago
JSON representation
React sample with async-await using redux
- Host: GitHub
- URL: https://github.com/therealedsheenan/async-await-redux
- Owner: therealedsheenan
- License: mit
- Created: 2017-09-17T04:08:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T04:45:27.000Z (about 2 years ago)
- Last Synced: 2024-11-22T03:16:53.072Z (2 months ago)
- Topics: async-await, react, redux
- Language: JavaScript
- Size: 441 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# async-await-redux
React sample with async-await using redux## Commands
Start react project: `react-scripts start`Build production ready scripts: `react-scripts build`
Run Unit tests: `react-scripts test --env=jsdom`
Ejecting React-scripts: `react-scripts eject`
## Explanation
This is a basic example on creating a redux store using async-await.## License
MIT