Uh oh!
There was an error while loading. Please reload this page.
feat(nuxt): experimental server component islands - #5689
Conversation
✅ Deploy Preview for nuxt3-docs canceled.
|
c617477 to
038c449CompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
77f3803 to
6625816Comparedanielroe
commented
Nov 5, 2022
@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 |
josueayala27
commented
Nov 24, 2022
🫶🏻🫶🏻🫶🏻 @danielroe |
Co-authored-by: Pooya Parsa <pooya@pi0.io>
🔗 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