Skip to content

[Typo]: Missing Static APIs on the React Overview Page #8126

@martinrebo

Description

@martinrebo

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

Image

Thank you for maintaining the docs! 🙏

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions