react-request icon indicating copy to clipboard operation
react-request copied to clipboard

Declarative HTTP requests for React

Results 19 react-request issues
Sort by recently updated
recently updated
newest added

On [this page](https://github.com/jamesplease/react-request/blob/master/docs/guides/using-the-lazy-prop.md#dynamic-lazy-prop-usage), I think `lazy` on this is flipped logic wise: ``` {children} ``` A fairly minor concern in the grand scheme of things but definitely could cause some...

Great library @jamesplease ! Thanks! I wish I could use your library as a rest replacement for Apollo. So I have the following scenario. Let’s say I render the 2...

question

Resolves #178 Todo: Fix all of the broken unit tests 🙂

breaking

Resolves #176 Resolves #105

breaking

The response caching doesn't need to be implemented within react-request.

refactor

Hello, thanks for this package I've been using for several projects now and it helps a lot! I didn't find any plans for a possible hook version of the Fetch...

enhancement

I enjoy using react-request in my project, thanks for creating it! I decided to try the new version 3 today, but UglifyJS fails to minify it because of the `let`...

help wanted
build

Hey, Does anyone has an example how to use this repository with combination with Redux Resources? Ilija

docs:example

React's future fetcher/Suspense API will have ramifications for React Request. It's too early to say anything with certainty right now, but once that gets more fleshed out I should make...

enhancement

It would be nice if there were an extra render prop that allowed you to "set" the cached value to a new value, in the case of updating the cache...

enhancement
help wanted