https://github.com/dev-jeromebaek/redux-simple-pending
🕶 Awesome Redux simple module that helps to management async actions based on promise. (pending and error) 🤩
https://github.com/dev-jeromebaek/redux-simple-pending
babel immutable pending promise react reducer redux webpack
Last synced: 2 months ago
JSON representation
🕶 Awesome Redux simple module that helps to management async actions based on promise. (pending and error) 🤩
- Host: GitHub
- URL: https://github.com/dev-jeromebaek/redux-simple-pending
- Owner: Dev-Jeromebaek
- License: mit
- Created: 2019-05-07T07:00:14.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-29T19:52:20.000Z (about 4 years ago)
- Last Synced: 2024-04-14T05:36:54.891Z (about 1 year ago)
- Topics: babel, immutable, pending, promise, react, reducer, redux, webpack
- Language: JavaScript
- Homepage:
- Size: 35.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# redux-simple-pending
[](https://github.com/Dev-JeromeBaek/redux-simple-pending/blob/master/LICENSE)
[](https://www.npmjs.com/package/redux-simple-pending)
[](https://www.npmjs.com/package/redux-simple-pending)
[](https://github.com/Dev-JeromeBaek/redux-simple-pending/pulls)
[](https://github.com/Dev-JeromeBaek/redux-simple-pending/pulls)
[](https://github.com/Dev-JeromeBaek/redux-simple-pending/issues)`redux-simple-pending` is a library that simple module that helps to management async actions based on promise. (pending and error).
# Getting started
## Install
```sh
$ npm install --save redux-simple-pending
```
or```sh
$ yarn add redux-simple-pending
```
Alternatively, you may use the provided UMD builds directly in the `` tag of an HTML page.