0.1.0-beta.2 • Published 5 years ago

redux-simple-pending v0.1.0-beta.2

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

redux-simple-pending

GitHub license npm version npm PRs Welcome Github Issues Github 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

$ npm install --save redux-simple-pending

or

$ yarn add redux-simple-pending

Alternatively, you may use the provided UMD builds directly in the <script> tag of an HTML page.