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 f9e2c13 commit f020b53Copy full SHA for f020b53
src/content/reference/react/index.md
@@ -28,6 +28,7 @@ React-dom contains features that are only supported for web applications (which
28
* [APIs](/reference/react-dom) - The `react-dom` package contains methods supported only in web applications.
29
* [Client APIs](/reference/react-dom/client) - The `react-dom/client` APIs let you render React components on the client (in the browser).
30
* [Server APIs](/reference/react-dom/server) - The `react-dom/server` APIs let you render React components to HTML on the server.
31
+* [Static APIs](/reference/react-dom/static) - The `react-dom/static` APIs let you generate static HTML for React components.
32
33
## React Compiler {/*react-compiler*/}
34
0 commit comments