How Web Apps Work - Next JS & React JS

Github Repo: https://github.com/Jerga99/content-manager-app

What is Next.js?

Next.js is React framework that provides infrastructure and simple development experience for server-side rendered(SSR) applications.

An intuitive page-based routing system (with support for dynamic routes)

Pre-rendering, both static generation (SSG) and server-side rendering (SSR) are supported on a per-page basis

#next #react

How Web Apps Work - Next JS & React JS
2.10 GEEK