Skip to content

Files

Latest commit

 

History

History
26 lines (18 loc) · 1.25 KB

README.md

File metadata and controls

26 lines (18 loc) · 1.25 KB

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.