redux-resource icon indicating copy to clipboard operation
redux-resource copied to clipboard

3kb resource management for Redux

Results 12 redux-resource issues
Sort by recently updated
recently updated
newest added

Hey everyone! Just wanted to say that you've done a great job with this library. I've actually built a pretty robust auto fetch framework using redux-resource, which we would like...

enhancement
ecosystem extra

As it currently stands, the reducer is ignoring the `meta` coming from the `action` itself.

When the example for `getStatus` is presented, it currently lacks the `requestKey` needed as part of the READ_RESOURCES_SUCCEEDED action. If that key is missing, that entry in the `requests` section...

Do you support Typescript?

question

There should be a usage guide for React Hooks. Also, the “zero boilerplate redux” project should be updated with a hooks example.

documentation :book:
docs:example :book:

The README should basically just funnel people to the home page

documentation :book:

Right now there are 16 action types for requests. I think that can reduced to 4 while also preparing us for multi-operation requests at the same time. Right now, for...

enhancement

Assuming #275 isn't closed in favor of #250, I should figure out the API for redux-resource-fetch, making the assumption that AbortController is supported. The popular GitHub fetch polyfill may soon...

ecosystem extra

This will bump up the coverage score a bit

tests