Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add experimental concurrentFeatures config #27768

Merged
merged 13 commits into from
Aug 11, 2021

Conversation

devknoll
Copy link
Contributor

@devknoll devknoll commented Aug 4, 2021

Allows opting in to support for new concurrent features, like server-side Suspense.

!!! DO NOT USE !!!
This is highly experimental. We will be gating additional breaking changes behind this same flag.
!!! DO NOT USE !!!

Also resolves suspense for static pages (i.e. getStaticProps or next build/next export) since we can't currently support streaming for those cases anyway.

@ijjk ijjk added created-by: Chrome Aurora PRs by the Google Chrome team: https://web.dev/aurora type: next labels Aug 4, 2021
@ijjk

This comment has been minimized.

@ijjk

This comment has been minimized.

@ijjk

This comment has been minimized.

@devknoll devknoll marked this pull request as ready for review August 10, 2021 19:43
@ijjk

This comment has been minimized.

@ijjk

This comment has been minimized.

@ijjk

This comment has been minimized.

flybayer pushed a commit to blitz-js/next.js that referenced this pull request Aug 19, 2021
Allows opting in to support for new concurrent features, like server-side Suspense.

**!!! DO NOT USE !!!**
This is highly experimental. We **will** be gating additional breaking changes behind this same flag. 
**!!! DO NOT USE !!!**

Also resolves suspense for static pages (i.e. `getStaticProps` or `next build`/`next export`) since we can't currently support streaming for those cases anyway.
@vercel vercel locked as resolved and limited conversation to collaborators Jan 28, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
created-by: Chrome Aurora PRs by the Google Chrome team: https://web.dev/aurora type: next
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants