Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 26 days 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-29T19:52:20.000Z (over 3 years ago)
- Last Synced: 2024-04-14T05:36:54.891Z (7 months 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
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/Dev-JeromeBaek/redux-simple-pending/blob/master/LICENSE)
[![npm version](https://img.shields.io/npm/v/redux-simple-pending.svg?style=flat)](https://www.npmjs.com/package/redux-simple-pending)
[![npm](https://img.shields.io/npm/dm/redux-simple-pending.svg)](https://www.npmjs.com/package/redux-simple-pending)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/Dev-JeromeBaek/redux-simple-pending/pulls)
[![Github Issues](https://img.shields.io/github/issues-pr/Dev-JeromeBaek/redux-simple-pending.svg?color=blueviolet)](https://github.com/Dev-JeromeBaek/redux-simple-pending/pulls)
[![Github Issues](https://img.shields.io/github/issues/Dev-JeromeBaek/redux-simple-pending.svg?color=yellow)](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.