From 8d0a1db711cbabb6bb0917cd44f93a92d4f8b0d4 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Thu, 15 Aug 2024 02:34:01 +0100 Subject: [PATCH] Update content --- .../react/content/frameworks@W-atg_Msa9uPLr6RXAKSb.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/src/data/roadmaps/react/content/frameworks@W-atg_Msa9uPLr6RXAKSb.md b/src/data/roadmaps/react/content/frameworks@W-atg_Msa9uPLr6RXAKSb.md index d0bcf2398..11b852c5e 100644 --- a/src/data/roadmaps/react/content/frameworks@W-atg_Msa9uPLr6RXAKSb.md +++ b/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)