react-request
                                
                                
                                
                                    react-request copied to clipboard
                            
                            
                            
                        Declarative HTTP requests for React
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...
Resolves #178 Todo: Fix all of the broken unit tests 🙂
The response caching doesn't need to be implemented within react-request.
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...
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`...
Hey, Does anyone has an example how to use this repository with combination with Redux Resources? Ilija
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...
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...