Skip to content

Files

Latest commit

 

History

History
37 lines (24 loc) · 1.84 KB

ROADMAP.md

File metadata and controls

37 lines (24 loc) · 1.84 KB

🔮 Apollo Client Roadmap

Last updated: April 2022

For up to date release notes, refer to the project's Change Log.

Please note: This is an approximation of larger effort work planned for the next 6 - 12 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.

✋ Community feedback & prioritization

  • Please report feature requests or bugs as a new issue.
  • If you already see an issue that interests you please add a 👍 or a comment so we can measure community interest.

3.7

  1. Web Cache and performance improvements through new hooks (useBackgroundQuery, useFragment)
  2. RefetchQueries not working when using string array after mutation
  3. Adding React suspense + data fetching support

3.8

  • TBD

3.9

  • TBD

4.0

  • Full React layer rewrite (#8245)
  • 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)