You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pages/2023-11/react-server-components/index.mdx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -216,7 +216,7 @@ For the most part this is not often something you need to do, but if you find yo
216
216
217
217
## How To Use Server Components
218
218
219
-
Server components are still very experimental and thus are not able to be used directly inside of React. Instead you must use a framework that implements server compoents to use them. Currently the only framework that implements server components is Next.js, but many other frameworks are experimenting with implementing server components.
219
+
Server components are still very experimental and thus are not able to be used directly inside of React. Instead you must use a framework that implements server components to use them. Currently the only framework that implements server components is Next.js, but many other frameworks are experimenting with implementing server components.
220
220
221
221
In Next.js specifically all components you create are server components by default. In order to use a client component you must opt into it by adding the `"use client"` string at the top of the file.
0 commit comments