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 <kamranahmed.se@gmail.com>
pull/6303/head^2
Isha Jain 3 months ago committed by GitHub
parent 30eb1e4095
commit 6da5050007
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 6
      src/data/roadmaps/react/content/server-apis@SUeXDkmOLipdRP4fSrZOH.md

@ -1 +1,7 @@
# Server APIs # 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)

Loading…
Cancel
Save