react-redux-fetch
react-redux-fetch copied to clipboard
A declarative and customizable way to fetch data for React components and manage that data in the Redux state
Fixes #25. This PR lets you use native fetch arguments.
This adds functionality for `onFulfilAll` prop for the ReduxFetch component. The function that is given through `onFulfilAll` will be invoked when all the repositories are set from pending to the...
I would like to be able to cancel a request. In my use-case calls can take a long time. If the user changes a filter or sorting in the UI...
Hi, Is it possible to include other fetch options to request parameters? For example, i need "credentials:include" and "mode:cors" for my fetch requests. For now I had to patch requestBuilder...