Do you know any current or planned way to handle o...
# prisma-whats-new
s
Do you know any current or planned way to handle offline states, either with Apollo or the upcoming Relay Modern?
s
@sdubois offline support is explicitly stated as a goal for the relay rewrite. I don’t think they will be providing a full sync-when-online experience out of the box, but the fundamental support is in place to build this. We will be providing some material on this eventually, but I imagine this will be a hot topic for the community in general.
s
yes that sounds great. Really looking forward to this. I discovered it's really important for a meditation timer 😄
i
also was recently checking that, mvp of offline states as I understand possible to achieve with
redux-persist
( as mentioned here https://github.com/apollographql/apollo-client/issues/424 )
but looking forward on gql level of offline support ( similar to what Firebase does )
( btw, meditation timer sounds interesting 🙏)