Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 1.38 KB

ROADMAP.md

File metadata and controls

20 lines (12 loc) · 1.38 KB

Apollo Client Roadmap

Last updated: November 2021

Please note: This is an approximation of larger effort work planned for the next 6 months. It does not cover all new functionality that will be added, and nothing here is set in stone. Also note that each of these releases, and several patch releases in-between, will include bug fixes (based on issue triaging) and community submitted PR's.

3.6

Estimated release: Q4 2021

  • New hooks: useFragment (#8236) and useBackgroundQuery (#8783)
  • Non-breaking React layer refactoring, and compatibility with React 18 (#8419)
  • @defer / @stream support (#8184)

4.0

Estimated release: Q1 2022

  • Full React layer rewrite (#8245), including the removal of React from the default @apollo/client entry point (#8190)
  • Core APIs to facilitate client/cache persistence (making life simpler for tools like apollo3-cache-persist, for example) (#8591)