redux-resource
redux-resource copied to clipboard
3kb resource management for Redux
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...
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...
There should be a usage guide for React Hooks. Also, the “zero boilerplate redux” project should be updated with a hooks example.
The README should basically just funnel people to the home page
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...
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...