We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9eb2dab commit f75d6f1Copy full SHA for f75d6f1
exercises/02.server-components/01.problem.rsc/README.mdx
@@ -4,7 +4,7 @@
4
props to our components. Additionally, we're sending a bunch of code to the
5
client to render a page that really doesn't need to be on the client. We want
6
you to solve both of these problems by using `react-server-dom-esm` which will
7
-allow us to generated serialized JSX on the server and render it in the browser.
+allow us to generate serialized JSX on the server and render it in the browser.
8
9
## 🦉 `react-server` export
10
0 commit comments