From 6da50500076464802983df11a8ee9459e78b3f05 Mon Sep 17 00:00:00 2001 From: Isha Jain <75637232+ishaj72@users.noreply.github.com> Date: Fri, 2 Aug 2024 20:20:19 +0530 Subject: [PATCH] Update content for Server APIs (#6307) * Update server-apis@SUeXDkmOLipdRP4fSrZOH.md Integrate server APIs in React applications to fetch, manage, and display data efficiently. Focus on error handling, security, and performance optimization for a smooth user experience. * Update server-apis@SUeXDkmOLipdRP4fSrZOH.md Adding further links to the sites that can be referred * Update src/data/roadmaps/react/content/server-apis@SUeXDkmOLipdRP4fSrZOH.md --------- Co-authored-by: Kamran Ahmed --- .../react/content/server-apis@SUeXDkmOLipdRP4fSrZOH.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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)