Skip to content

Commit f020b53

Browse files
authored
docs: add missing 'Static APIs' link to React DOM reference page (#8127)
1 parent f9e2c13 commit f020b53

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/content/reference/react/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ React-dom contains features that are only supported for web applications (which
2828
* [APIs](/reference/react-dom) - The `react-dom` package contains methods supported only in web applications.
2929
* [Client APIs](/reference/react-dom/client) - The `react-dom/client` APIs let you render React components on the client (in the browser).
3030
* [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.
3132

3233
## React Compiler {/*react-compiler*/}
3334

0 commit comments

Comments
 (0)