Skip to content

Commit

Permalink
Roadmap update 2023-09-26
Browse files Browse the repository at this point in the history
  • Loading branch information
bignimbus authored Sep 26, 2023
1 parent 770cb72 commit 76539d9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions ROADMAP.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 🔮 Apollo Client Roadmap

**Last updated: 2023-08-29**
**Last updated: 2023-09-26**

For up to date release notes, refer to the project's [Changelog](https://github.com/apollographql/apollo-client/blob/main/CHANGELOG.md).

Expand All @@ -22,15 +22,16 @@ Features we plan to tackle:
- Introduce a suspenseful `useFragment` that will suspend when the data is not yet loaded
- Ability to preload a query outside of a React component that can be used with `useReadQuery` to suspend while loading
- Introduce a new `useInteractiveQuery`/`useLazyBackgroundQuery` hook (name TBD)
- Improved testing utilities
- Improved testing utilities
- Optimizing memory usage in SSR scenarios

> NOTE: These are subject to change and are not guaranteed to be part of 3.9 at the time of this writing.
## Future 3.x releases

_Approximate Date: TBD_

The 3.8 release is a major milestone for the project's React support. Feedback from the community will have a big impact on where we go next, particularly as use cases for React Server Components and other React 18 features emerge. In addition to new functionality, there is a significant backlog of questions and fixes that we want to categorize and thoughtfully address in upcoming releases.
The 3.8 release was a major milestone for the project's React support. Feedback from the community will have a big impact on where we go next, particularly as use cases for React Server Components and other React 18 features emerge. In addition to new functionality, there is a significant backlog of questions and fixes that we want to categorize and thoughtfully address in upcoming releases.

## 4.0

Expand Down

0 comments on commit 76539d9

Please sign in to comment.