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

A simple, declarative, and composable way to fetch data for React components

Results 54 react-refetch issues
Sort by recently updated
recently updated
newest added

Hi. As I understand, there is no way to do this right now. Is it possible to add this feature? I think it would give more flexibility, especially paired with...

There doesn't seem to be a mention of how one can use this library to fetch data and populate views on the server side. Is it possible to do so...

help wanted
docs

Hey, I'm looking at a use case that isn't covered currently. I've got a handful of different lazy fetches on a settings page, and a few of them are "dangerous"...

I think it could be very handy for devs who can't use react-refetch, but find utility in PromiseState.

enhancement

Hi, I'll start off by saying thank you for this fantastic library! It's considerably sped up development time and just feels clean. I'm currently trying to think of the best...

question

Hi! Thanks for this library, is awesome! I've been facing the following error when trying to request an URL (`http`) that redirects me to another URL (`https`). ![image](https://cloud.githubusercontent.com/assets/1239143/17537814/924d9c3e-5e54-11e6-9dcf-82d560e45fa5.png) Seems that...

bug

Firstly, thanks for the awesome library! I've been switching to React from Angular and it's starting to grow on me :smile: I'm trying to inject a custom error message to...

wrap-multilines in eslint has been depreciated, has changed to jsx-wrap-multilines

**Scenario** You have a Container component that has logic and data-fetching (refetch decorated component). The container parents many presentational components, like filter selection, and table view. The filters affect the...