Nuxt Nation 2023 Mighty Bite: Bite-Sized Server Components by Daniel Roe

preview_player
Показать описание
What are Nuxt server components, and how can you use them in a Nuxt app?

Let's find out how to enable them and what you can do with them in this short Mighty Bite with the Head of Nuxt framework, Daniel Roe.

📗 Master Nuxt 3 with the only Official Nuxt 3 Course

🍍 Master Pinia with the Author of Pinia, Eduardo San Martin Morote

🔥 Get the Ultimate Vue Bundle

Рекомендации по теме
Комментарии
Автор

thanks for this wonderful content <3

ducouteausect
Автор

How does the client component use data from the server component (eg. Comp.server.vue / Comp.client.vue)? When I use the useState or useAsyncData API to define a key, I find that this key is global. When reusing the component, there is a data sharing problem.

linpengteng