Back to Developer Roadmap

SSR Frameworks

src/data/roadmaps/react/content/frameworks@W-atg_Msa9uPLr6RXAKSb.md

4.0774 B
Original Source

SSR Frameworks

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 Next.js and Remix:

Visit the following resources to learn more: