Skip to content

Commit

Permalink
Update docs/advanced-features/react-18/server-components.md
Browse files Browse the repository at this point in the history
  • Loading branch information
leerob committed Sep 11, 2022
1 parent 7b61c41 commit d7b8f5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced-features/react-18/server-components.md
Expand Up @@ -10,7 +10,7 @@ React Server Components improve the user experience of your application by pairi

With traditional React applications that are client-side only, developers often had to make tradeoffs between SEO and performance. Server Components enable developers to better leverage their server infrastructure and achieve great performance by default.

For example, large dependencies that previously would impact the JavaScript bundle size on the client can instead remain entirely on the server. By sending less JavaScript to the browser, the time to interactive for the page is decreased, leading to improved [Core Web Vitals](https://vercel.com/blog/core-web-vitals).
For example, large dependencies that previously would impact the JavaScript bundle size on the client can instead stay entirely on the server. By sending less JavaScript to the browser, the time to interactive for the page is decreased, leading to improved [Core Web Vitals](https://vercel.com/blog/core-web-vitals).

## React Server Components vs Server-Side Rendering

Expand Down

0 comments on commit d7b8f5f

Please sign in to comment.