Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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