Skip to content

Commit

Permalink
docs: remove stability edge component
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Jan 24, 2023
1 parent 963dc0b commit d3f7e61
Showing 1 changed file with 0 additions and 4 deletions.
Expand Up @@ -245,8 +245,6 @@ This feature only works with Nuxt auto-imports and `#components` imports. Explic

### Standalone server components

::StabilityEdge

Standalone server components will always be rendered on the server. When their props update, this will result in a network request that will update the rendered HTML in-place.

Server components are currently experimental and in order to use them, you need to enable the 'component islands' feature in your nuxt.config:
Expand Down Expand Up @@ -278,8 +276,6 @@ Now you can register server-only components with the `.server` suffix and use th
</template>
```

::

### Paired with a `.client` component

In this case, the `.server` + `.client` components are two 'halves' of a component and can be used in advanced use cases for separate implementations of a component on server and client side.
Expand Down

0 comments on commit d3f7e61

Please sign in to comment.