Skip to content

Commit

Permalink
Update 01-server-components.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
daltonmcphaden committed Sep 7, 2023
1 parent cc34ea5 commit 2dad80a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
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 2dad80a

Please sign in to comment.