Update content

pull/6599/head
Kamran Ahmed 3 months ago committed by GitHub
parent c2f91b5dba
commit 8d0a1db711
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 11
      src/data/roadmaps/react/content/frameworks@W-atg_Msa9uPLr6RXAKSb.md

@ -2,18 +2,11 @@
Server-side rendering (SSR) is a technique for rendering a JavaScript application on the server, rather than in the browser. This can improve the performance and user experience of a web application, as the initial render of the application is done on the server and the content is sent to the browser as a fully-rendered HTML page.
There are several frameworks and libraries available for server-side rendering React applications, most common being:
There are several frameworks and libraries available for server-side rendering React applications, most common being Next.js and Remix:
## Next.JS
Next.js is a React framework for building full-stack web applications. You use React Components to build user interfaces, and Next.js for additional features and optimizations.
Visit the following resources to learn more:
- [@article@Next.js](https://nextjs.org/)
- [@video@Next.js 14 Full Course 2024](https://www.youtube.com/watch?v=wm5gMKuwSYk)
## Remix.JS
Remix is a full stack web framework that lets you focus on the user interface and work back through web standards to deliver a fast, slick, and resilient user experience. People are gonna love using your stuff.
- [@article@Remix](https://remix.run/)
- [@video@Remix Crash Course](https://www.youtube.com/watch?v=RBYJTop1e-g)

Loading…
Cancel
Save