Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.53 KB

File metadata and controls

28 lines (22 loc) · 1.53 KB

@github1/react-redux-common-modules

Useful redux modules built with redux-modules

build status npm version npm downloads

Install

npm install @github1/react-redux-common-modules --save-dev

Modules

Module Description
ajax Exposes actions to issue and process HTTP requests.
alerts Provides actions and components for displaying alerts.
api Exposes actions for authentication and API invocation.
conditions Middleware to trigger actions based on state conditions
datasource Provides abstraction over data which supports sorting, filtering and update events.
navigation Provides actions and middleware for view navigation.
resize Captures screen size changes and makes the state available to the consuming application.
timer Exposes actions to defer/time actions.

License

MIT