diff --git a/src/data/roadmaps/react/content/server-apis@SUeXDkmOLipdRP4fSrZOH.md b/src/data/roadmaps/react/content/server-apis@SUeXDkmOLipdRP4fSrZOH.md index 0dcdf5bef..b539dec82 100644 --- a/src/data/roadmaps/react/content/server-apis@SUeXDkmOLipdRP4fSrZOH.md +++ b/src/data/roadmaps/react/content/server-apis@SUeXDkmOLipdRP4fSrZOH.md @@ -1 +1,7 @@ -# Server APIs \ No newline at end of file +# 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](https://react.dev/learn/start-a-new-react-project#production-grade-react-frameworks) may call them for you. Most of your components don’t need to import or use them. + +Learn more from the following resources: + +- [@official@Documentation For API](https://react.dev/reference/react-dom/server)