JSPM

  • Created
  • Published
  • Downloads 9038
  • Score
    100M100P100Q121224F
  • License MIT

Resource management for Redux.

Package Exports

  • redux-resource

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (redux-resource) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Redux Resource

A tiny but powerful system for managing 'resources': data that is persisted to remote servers.

✓ Removes nearly all "boilerplate" code for remotely-stored data
✓ Tracks the status (pending, failed, success, etc.) of every request
✓ Encourages normalized state
✓ Works well with APIs that adhere to standardized formats, such as JSON API
✓ Works well with APIs that don't adhere to standardized formats, too
✓ Integrates well with lots of technologies: HTTP, gRPC, normalizr, redux-observable, redux-saga, and more
✓ Microscopic file size (2kb gzipped!)

Installation

To install the latest version:

npm install --save redux-resource

Documentation

View the documentation at redux-resource.js.org ⇗.