Excited to announce the release of Apollo Client 3.9
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
andpreloadQuery
- Memory usage optimizations
- A new
useQueryRefHandlers
hook for accessingrefetch
andfetchMore
for a givenqueryRef
- 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