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
parent
30eb1e4095
commit
6da5050007
1 changed files with 7 additions and 1 deletions
@ -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…
Reference in new issue