Vuxt Features Tests

If I refresh the page and open the network tab in the devtools, I can see that the server component is rendered on the server and the non server component is rendered on the client.

roe.dev

Server Component

Renders on the server. Has a .server ext.

© 2019-2025 Ascal.

Non Server Component

Renders on the client

© 2019-2025 Ascal.

Server + Client Component

© 2019-2025 Ascal.
  • GitHub
  • Here I Have an interactive client component inside a server component

    If i remove nuxt-client in the code it will stop being interactive

    docs

    Counter: 0

Non Server + Client Component

© 2019-2025 Ascal.
  • GitHub
  • Here I Have an interactive client component

    Counter: 0