2

If I build an app that has both React Native and native (iOS/Android) views, is it possible to make Apollo use a single unified cache to store the normalized data? This would be extremely useful to make sure the data is consistent across views, and it would help avoid double-fetching.

helfer
  • 7,042
  • 1
  • 20
  • 20

1 Answers1

1

Currently no but we are working on an implementation. Here's a recent article on what is planned https://dev-blog.apollodata.com/one-graphql-client-for-javascript-ios-and-android-64993c1b7991

FriendlyMikhail
  • 2,857
  • 23
  • 39