From aaf990bd2816a155801926517b4d60f26f0b2a95 Mon Sep 17 00:00:00 2001 From: Jerel Miller Date: Tue, 5 Dec 2023 09:08:08 -0700 Subject: [PATCH] Update ROADMAP.md --- ROADMAP.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ROADMAP.md b/ROADMAP.md index 9a9bf125c56..e5ea10915c9 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -1,6 +1,6 @@ # 🔮 Apollo Client Roadmap -**Last updated: 2023-11-21** +**Last updated: 2023-12-05** For up to date release notes, refer to the project's [Changelog](https://github.com/apollographql/apollo-client/blob/main/CHANGELOG.md). @@ -17,14 +17,14 @@ For up to date release notes, refer to the project's [Changelog](https://github. _Currently in development phase_ -Tentative beta date: Dec 1, 2023 +Tentative beta date: Dec 12, 2023 Features we plan to tackle: - Ability to preload a query outside of a React component that can be used with `useReadQuery` to suspend while loading - Introduce a new `useLoadableQuery` hook - `` improvements -- Optimizing memory usage in SSR scenarios +- Optimizing memory usage > NOTE: These are subject to change and are not guaranteed to be part of 3.9 at the time of this writing.