Last updated: Dec 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.
- 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.
Release 3.8
will be a series of Alpha releases introducing React 18 & SSR experimental
features so they can be tested and adopted incrementally. Eventually these features will be moving to Beta and then to RC and GA release status.
- Adding a new hook
useSuspenseQuery
which will provide the core functionality for React 18Suspense
capabilities. - Adding support for
Suspense
to@defer
. - Introducing another new hook
useBackgroundQuery
withSuspense
support. - Updating
useFragment
withSuspense
support. - Offer support for React 18's
SSR
renderToPipeableStream
As we release each new feature we'll be looking for feedback from the community on performance, usage and developer experience of adopting and implementing these new concepts in your applications.
See Github 3.8 Milestone for more details.
- TBD
- TBD
Release 4.0
will be our next major release of the Client and is still inpre-planning
phases. See Github 4.0 Milestone for more details.