This repository was archived by the owner on Apr 6, 2023. It is now read-only.
feat(nuxt): experimental server component islands #5689
Merged
Conversation
✅ Deploy Preview for nuxt3-docs canceled.
|
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
77f3803 to
6625816
Compare
Member
Author
|
@pi0 What's the status of this PR? |
Member
|
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 |
|
🫶🏻🫶🏻🫶🏻 @danielroe |
7 tasks
4 tasks
Merged
danielroe
added a commit
that referenced
this pull request
Jan 21, 2023
Co-authored-by: Pooya Parsa <pooya@pi0.io>
12 tasks
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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