Skip to content

Commit

Permalink
Update docs/pages/blog/mui-next-js-app-router.md
Browse files Browse the repository at this point in the history
Co-authored-by: Albert Yu <[email protected]>
Signed-off-by: Sam Sycamore <[email protected]>
  • Loading branch information
samuelsycamore and mj12albert authored Jul 18, 2023
1 parent adc40ce commit b1866f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/blog/mui-next-js-app-router.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ With [v5.14.0](https://github.com/mui/material-ui/releases/tag/v5.14.0), MUI's C

## Adapting to the new paradigm

React 18 introduced the concept of React Server Components, and Next.js 13 gave us the first framework implementation of RSCs with the App Router.
React 18 introduced the concept of React Server Components, and Next.js 13 gave us the most mature framework implementation of RSCs to date with the App Router.
While these two changes have caused major waves among the React community, it's clear that this is the path forward, and it's our responsibility as library maintainers to adapt to the new paradigm.

As a first step towards this goal, we've updated all MUI Core components to ship with the `"use client"` directive, to let your apps know that these are Client Components (since Server Components are now the default).
Expand Down

0 comments on commit b1866f4

Please sign in to comment.