Experimenting with Server Components and Actions with Nuxtjs - Erik Hanchett

Standalone server components may change how you build your applications. Imagine having your client side HTML and server side code in one place? What tradeoffs would you have to make? In this talk we’ll look at this experimental feature, and look at the limitations and strengths of it, and how you might use it in your app today. I’ll also look at other experimental features, like server actions, and how that will work in the future.
Back to Top