react-refetch
react-refetch copied to clipboard
Extract PromiseState into its own module
I think it could be very handy for devs who can't use react-refetch, but find utility in PromiseState.
I had considered it as some point, but didn't know if there would be interest. I guess there is :) Not sure how soon I'll get it it, but in the meantime you can do import {PromiseState} from 'react-refetch' to just import the PromiseState
Yeah, I'm doing it that way right now. Just thought I would make an official request.