-
Notifications
You must be signed in to change notification settings - Fork 7.8k
Description
Summary
Missing “Static APIs” link under React DOM section on Reference Overview page
Page
https://react.dev/reference/react
Details
Description
On the Reference Overview page at React Reference Overview the section for React DOM lists several sub‑categories (Hooks, Components, APIs, Client APIs, Server APIs) but does not include a visible link to the Static APIs section.
However, there is indeed a corresponding page for react-dom/static at:
https://react.dev/reference/react-dom/static 
Steps to reproduce
1. Navigate to the React Reference Overview page → React DOM section: https://react.dev/reference/react
2. Expand or locate the list under React DOM
3. Observe that “Static APIs” is not present in that list
4. Click the link to react-dom/static directly to confirm the page exists
Expected behaviour
The Reference Overview page should include “Static APIs” (or equivalent) as a link under the React DOM section.
Actual behaviour
The list excludes the “Static APIs” entry, which may cause users to miss that category altogether.
Suggested fix
Add a “Static APIs” entry (with the correct link to /reference/react-dom/static) under the React DOM section in the Reference Overview page.
Additional context
The missing link is more than cosmetic: the static rendering APIs were introduced in React 19 and represent a key part of server/static rendering workflows.  Including it in the overview would make the docs more complete and user‑friendly.
Screen Capture
Thank you for maintaining the docs! 🙏