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

Extract PromiseState into its own module

Open tkh44 opened this issue 9 years ago • 2 comments

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

tkh44 avatar Jan 24 '17 19:01 tkh44

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

ryanbrainard avatar Jan 25 '17 07:01 ryanbrainard

Yeah, I'm doing it that way right now. Just thought I would make an official request.

tkh44 avatar Jan 25 '17 18:01 tkh44