This repository has been archived by the owner on Apr 6, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 1k
feat(nuxt): experimental server component islands #5689
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
danielroe
added
enhancement
New feature or request
π° p2-nice-to-have
Priority 2: nothing is broken but it's worth addressing
labels
Jul 1, 2022
β Deploy Preview for nuxt3-docs canceled.
|
danielroe
force-pushed
the
feat/selective-rendering
branch
from
July 1, 2022 10:57
c617477
to
038c449
Compare
pi0
reviewed
Jul 1, 2022
pi0
reviewed
Jul 1, 2022
pi0
reviewed
Jul 1, 2022
This was referenced Jul 6, 2022
danielroe
force-pushed
the
feat/selective-rendering
branch
from
July 7, 2022 10:07
77f3803
to
6625816
Compare
@pi0 What's the status of this PR? |
Update: This PR is really in a good state and is ready to be landed as an experimental feature. I've also worked on inlined styles to be working on production (7c66c41) and added Landing this feature for 3.1.0 alongside |
pi0
changed the title
feat(nuxt): server component islands
feat(nuxt): experimental server component islands
Nov 24, 2022
π«Άπ»π«Άπ»π«Άπ» @danielroe |
7 tasks
4 tasks
Merged
danielroe
added a commit
that referenced
this pull request
Jan 21, 2023
Co-authored-by: Pooya Parsa <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
3.x
enhancement
New feature or request
π° p2-nice-to-have
Priority 2: nothing is broken but it's worth addressing
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
π Linked issue
β Type of change
π Description
This PR adds support for rendering individual components through a special GET request to
/__nuxt_render
(implementing RFC https://github.com/nuxt/framework/discussions/666).In addition to providing the basis for server-only components (#5688) it can also provide a way to render individual components for future testing or devtools functionality.
Note that this only supports components that are already globally registered in the server.
If you encounter any issues with rendering async components in this way, please also see vuejs/core#6207.
π Checklist