Learning Resources

Codevolution - Next.js Tutorial

Next.js is a react framework for production. Next.js gives you the best developer experience with all the features you need for production: hybrid static & server rendering, TypeScript support, smart bundling, route pre-fetching, and more. No config needed.

Next.js handles the tooling and configuration needed for React, and provides additional structure, features, and optimizations for your application.

You will learn how to build a full-stack App from scratch.

The Net Ninja - Getting Started with Next.js

Next.js is a modern React framework for creating lighting-fast, static websites, but also comes with the added ability of SSR (server-side rendering).

In this Next.js tutorial series we'll learn how to create a Next.js application from the ground up & see how to deploy it to the web using Vercel & GitHub.

You'll learn how to create a website with Next (& React) - including pages, routes, layouts, fetching data & deployment.