
Developing a WebApp using NextJS 13 & Material UI
This tutorial shows how to set up a project and build a home page skeleton using NextJS 13 and MUI components. Next.js enables the creation of full-stack Web applications by extending the latest React features. Some of the features explored in this article are: Route Groups to organize public and protected routes; Server-side rendering and Client-side hydration; Layout composition; and organiz...
This tutorial shows how to set up a project and build a home page skeleton using NextJS 13 and MUI components. Next.js enables the creation of full-stack Web applications by extending the latest React features. Some of the features explored in this article are: Route Groups to organize public an...