apollo-offline
apollo-offline copied to clipboard
Move to Apollo 2.0
Apollo 2.0 has moved from Redux. Thus the current solution using redux-offline
won't work with Apollo versions from 2.0 onwards.
Is a fix in the pipelines or should one remain with whatever version of apollo-client they're currently using (I'm running 1.9.2)?
@TheoMer Sadly, I am quite busy at the moment. So an apollo-offline
version compatible with Apollo 2.0 might take some time. - Although I would very much appreciate every effort from the community to speed up this process!
A first solution for rudimentary offline support in v2.0 has already been discussed here.
This package might even be entirely replaced by apollo-link-offline
in the future. Thoughts on the implementation can be found here.
@MLPXBrachmann Is there an eta yet as to when this may be available?
@TheoMer I'm afraid there isn't. - Not from my end at least.
Contributions from the community to expedite the process are highly appreciated though!
@MLPXBrachmann Just checking here, do you have any interest (and availability) in picking that up for Apollo 2.0 or contribute to an hypothetical apollo-link-offline community repository?
@nicocrm I would love to be a part of any community-driven effort in this direction!
Right now I am quite occupied, but as soon as I have at least some spare time on my hands, I will try to put it to good use (see my response over in the apollo-link-offline
discussion).
@MLPXBrachmann May I ask whether there's been any movement on this issue?
@TheoMer I'm afraid there hasn't (not from my side at least). The discussion however continues here.
I'm not sure if this is still being maintained, but a modern solution with Apollo offline and redux-persist would be amazing. Is that achievable with this library?