Skip to content

Commit

Permalink
Update 01-server-components.mdx (#55085)
Browse files Browse the repository at this point in the history
  • Loading branch information
daltonmcphaden committed Sep 7, 2023
1 parent 4f1be5d commit a8f300d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -29,7 +29,7 @@ There are a couple of benefits to doing the rendering work on the server, includ

## Using Server Components in Next.js

By default, Next.js uses Server Components. This allows you to automatically implement server rendering with no additional configuration, and you can opt into using Client Components when you needed, see [Client Components](/docs/app/building-your-application/rendering/client-components).
By default, Next.js uses Server Components. This allows you to automatically implement server rendering with no additional configuration, and you can opt into using Client Components when needed, see [Client Components](/docs/app/building-your-application/rendering/client-components).

## How are Server Components rendered?

Expand Down

0 comments on commit a8f300d

Please sign in to comment.