Skip to content

Commit

Permalink
Update dates and notes for upcoming releases
Browse files Browse the repository at this point in the history
  • Loading branch information
bignimbus authored Mar 7, 2023
1 parent c4daaf6 commit 3b504f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ For up to date release notes, refer to the project's [Changelog](https://github.

## [3.8.0](https://github.com/apollographql/apollo-client/milestone/30)

_Approximate Date: 2023-03-31_
_Approximate Date: 2023-04-14_

Currently in active development and being shipped in a series alpha releases. React 18 users will get a lot out of this release since it introduces support for Suspense and (for you server-side rendering enthusiasts) `renderToPipeableStream`. There are also new features added to the core as well. Here's a brief overview:

Expand All @@ -24,7 +24,7 @@ Currently in active development and being shipped in a series alpha releases. R
- Introduce another new hook `useBackgroundQuery` with `Suspense` support
- Ability to use `Suspense` with `useFragment`
- Server-side rendering (SSR) upgrade: support `renderToPipeableStream` for streaming renders
- Add the (opt-in) ability to access fields with the `@client` directive in the link chain
- Support custom GraphQL document transforms

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. Try it today: `npm i @apollo/client@alpha` and let us know what you think! Once new feature development is complete we'll move this to beta and then GA once stable.

Expand All @@ -36,7 +36,7 @@ The 3.8 release is a major milestone for the project's React support. Feedback

## Demo app: Spotify clone

_Approximate Date: 2023-02-23_
_Approximate Date: 2023-03-08_

We are working on a full-stack Spotify clone to showcase and test the capabilities of Apollo Client 3.8. Right now it's a private repository that we're using to dogfood the alpha branch internally. We will open-source it in the near future for use as a demonstration of how to use features like `useSuspenseQuery` and `useBackgroundQuery` in a nontrivial React app. It may also be useful as a bug reproduction template in the future.

Expand Down

0 comments on commit 3b504f7

Please sign in to comment.