Apollo Client v3.9

Excited to announce the release of Apollo Client 3.9 :tada:

We’ve got a number of new improvements including:

  • Suspense-enabled data fetching in response to user interaction with useLoadableQuery
  • Preloading data outside of React with createQueryPreloader and preloadQuery
  • Memory usage optimizations
  • A new useQueryRefHandlers hook for accessing refetch and fetchMore for a given queryRef
  • Multipart subscriptions network adapters for Relay and urql
  • MockedProvider improvements

Check out the announcement post for more information! What’s new in Apollo Client 3.9 | Apollo GraphQL Blog

1 Like