NextJS Portfolio Application #07

Next JS SSR Server Side Rendering Framework with React JS
Playlist
https://www.youtube.com/watch?v=ohyvTInJd6k&list=PLT5Jhb7lgSBOqEaS_2uu1qw-OooWmd_On
Welcome to the Next.js Foundations course! This beginner-friendly, example-led course will guide you through the prerequisite knowledge for Next.js. You will build a simple project step-by-step; starting with a JavaScript application, then migrating it to React and Next.js.

What is Server Side rendering
Welcome to the Next.js Foundations course! This beginner-friendly, example-led course will guide you through the prerequisite knowledge for Next.js. You will build a simple project step-by-step; starting with a JavaScript application, then migrating it to React and Next.js.

Next.js builds the HTML page at build time and serves the pre-rendered page from server to browser with minimal JavaScript code and when page is loaded by browser, its JavaScript code runs and makes the page fully interactive. (This Process is called Hydration)

In this playlist, lets explore all the different basic concepts of Next JS

Next JS application setup
Next JS static site rendering
Next JS data fetching
Next js managing styles
Next JS with React Components
Next JS routing for pages
Next JS Router
Next JS managing env variables
Next JS data fetching
Next JS dynamic routing
Next JS CSS Modules
Next JS Advanced Features

Comments