Useful redux modules built with redux-modules
npm install @github1/react-redux-common-modules --save-dev
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. |