docs: add missing 'Static APIs' link to React DOM reference page (#8127)

This commit is contained in:
martin rebo
2025-11-05 10:39:59 +01:00
committed by GitHub
parent f9e2c13967
commit f020b53d8b

View File

@@ -28,6 +28,7 @@ React-dom contains features that are only supported for web applications (which
* [APIs](/reference/react-dom) - The `react-dom` package contains methods supported only in web applications.
* [Client APIs](/reference/react-dom/client) - The `react-dom/client` APIs let you render React components on the client (in the browser).
* [Server APIs](/reference/react-dom/server) - The `react-dom/server` APIs let you render React components to HTML on the server.
* [Static APIs](/reference/react-dom/static) - The `react-dom/static` APIs let you generate static HTML for React components.
## React Compiler {/*react-compiler*/}