Back to Developer Roadmap

Server APIs

src/data/roadmaps/react/content/[email protected]

4.0504 B
Original Source

Server APIs

The react-dom/server APIs let you render React components to HTML on the server. These APIs are only used on the server at the top level of your app to generate the initial HTML. A framework may call them for you. Most of your components don’t need to import or use them.

Visit the following resources to learn more: