Topic mix

Next.js

30 moments from 16 videos · 1:31:02 total

This compiled video guide delivers targeted technical insights on routing patterns, performance optimization, and server component integration in Next.js projects.

GraphQL + Apollo + Next.js: A Lovely Trio
Play section Scaffolding pages and routing single-page applications with Next.js
Scaffolding pages and routing single-page applications with Next.js thumbnail

Scaffolding pages and routing single-page applications with Next.js

How Next.js manages view state and accelerates performance through single-page application and prefetching.

Play section Introduction to the GraphQL, Apollo, and Next.js stack
Introduction to the GraphQL, Apollo, and Next.js stack thumbnail

Introduction to the GraphQL, Apollo, and Next.js stack

An overview of combining GraphQL, Next.js, and Apollo to build modern web applications.

Play section Fetching data using static and server-side Next.js props
Fetching data using static and server-side Next.js props thumbnail

Fetching data using static and server-side Next.js props

Implementing performant data loading utilizing static site generation, incremental static regeneration, and server-side rendering.

Play section Configuring automatic TypeScript support for Next.js applications
Configuring automatic TypeScript support for Next.js applications thumbnail

Configuring automatic TypeScript support for Next.js applications

How Next.js automatically detects and configures TypeScript compilation while providing precise property types for server loading.

Play section Building dynamic router paths inside a Next.js application
Building dynamic router paths inside a Next.js application thumbnail

Building dynamic router paths inside a Next.js application

How to use file-based dynamic routes and extract query parameters using the Next.js router hook.

Create a Programmatic SEO Project Using Next.js and Static Site Generation
Play section Selecting Next.js for hybrid static and server rendering
Selecting Next.js for hybrid static and server rendering thumbnail

Selecting Next.js for hybrid static and server rendering

Adopting a batteries-included framework to dynamically construct HTML layouts instead of manually duplicating static files.

Play section File-based routing and pre-rendering architecture in Next.js
File-based routing and pre-rendering architecture in Next.js thumbnail

File-based routing and pre-rendering architecture in Next.js

How built-in automated pre-rendering serves immediate HTML to search bots while preserving interactive client-side hydration.

Play section Connecting a backend API to the Next.js frontend
Connecting a backend API to the Next.js frontend thumbnail

Connecting a backend API to the Next.js frontend

Serving an integration catalog from a dedicated API to supply the static generator with structured information.

Next.js Unleashed: Optimizing Web Vitals for superior User Experience
Play section Leveraging the Next.js framework for performance improvements
Leveraging the Next.js framework for performance improvements thumbnail

Leveraging the Next.js framework for performance improvements

Next.js provides built-in server-side rendering and static site generation to effectively overcome standard single-page application bottlenecks.

Play section Optimizing images for stable layouts and visual performance
Optimizing images for stable layouts and visual performance thumbnail

Optimizing images for stable layouts and visual performance

Replacing standard HTML image tags with the Next.js image component automatically enables responsive resizing and modern formats like WebP.

Play section Building a personal app and discovering poor performance
Building a personal app and discovering poor performance thumbnail

Building a personal app and discovering poor performance

Constructing a simple application reveals unexpected front-end performance bottlenecks measured by a low Lighthouse baseline score.

Streaming AI Responses in Real-Time with SSE in Next.js & NestJS
Play section Full stack architecture for server-sent events using Next.js
Full stack architecture for server-sent events using Next.js thumbnail

Full stack architecture for server-sent events using Next.js

Native browser APIs and backend frameworks enable seamless data streaming while integrating authentication and rate limiting.

Play section Implementing streaming endpoints for OpenAI and Gemini models
Implementing streaming endpoints for OpenAI and Gemini models thumbnail

Implementing streaming endpoints for OpenAI and Gemini models

Configuring proxy headers and utilizing provider SDKs ensures reliable chunk-by-chunk delivery to the client.

Meta Harnesses: What the JS Framework Wars Teach Us About What Is Next for AI Agents
Play section The rise of meta-frameworks like Next.js
The rise of meta-frameworks like Next.js thumbnail

The rise of meta-frameworks like Next.js

Missing application-level standards in React led to the creation of meta-frameworks that combine routing and rendering cohesively.

Vision for Websites: Training Your Frontend to See
Play section Architecting a multimodal storefront interface using Next.js
Architecting a multimodal storefront interface using Next.js thumbnail

Architecting a multimodal storefront interface using Next.js

Wiring frontend UI components to remote API routes securely hands text and image queries off to backend machine learning tools.

Teini - an extremely small webshop leveraging awesome and free tech
Play section Generating dynamic product detail pages in Next.js
Generating dynamic product detail pages in Next.js thumbnail

Generating dynamic product detail pages in Next.js

Implementing getStaticPaths maps database configurations to URL parameters across dynamically nested routing files to resolve single product views.

Play section Core technologies for a tiny e-commerce stack
Core technologies for a tiny e-commerce stack thumbnail

Core technologies for a tiny e-commerce stack

Combining Prisma, Next.js, and Stripe creates an easy-to-maintain headless webshop architecture.

Play section Initializing a Prisma development environment in Next.js
Initializing a Prisma development environment in Next.js thumbnail

Initializing a Prisma development environment in Next.js

Adding Prisma as a dependency establishes the foundation for managing a local SQLite database directly within the project.

From Zero to Hero: NextJS 13 and Tailwind CSS for Beginners
Play section Setting up a Next.js application with the app router
Setting up a Next.js application with the app router thumbnail

Setting up a Next.js application with the app router

Bootstrapping a new project format and understanding directory architecture changes in a stable release.

Play section Summary of modern Next.js web development toolchains
Summary of modern Next.js web development toolchains thumbnail

Summary of modern Next.js web development toolchains

Final recaps emphasizing the progressive workflow enhancements provided by newer meta-framework architectures.

Play section Benefits of using Next.js and Tailwind CSS frameworks
Benefits of using Next.js and Tailwind CSS frameworks thumbnail

Benefits of using Next.js and Tailwind CSS frameworks

Why meta-frameworks improve development speed and how tailored styling systems simplify component creation.

Play section Exploring the legacy Next.js file-based pages router
Exploring the legacy Next.js file-based pages router thumbnail

Exploring the legacy Next.js file-based pages router

A review of file-based routing and application structure paradigms in older Next.js versions.

tRPC: API schemas are pure overhead
Play section Live coding a Next.js application with tRPC
Live coding a Next.js application with tRPC thumbnail

Live coding a Next.js application with tRPC

Configuring a shared app router allows backend method changes to instantly surface as frontend build errors.

Security in modern Web Applications - OWASP to the rescue!
Play section Introducing the Next.js security module port
Introducing the Next.js security module port thumbnail

Introducing the Next.js security module port

Expanding default HTTP protection rules to the React ecosystem requires adapting middleware patterns for data fetching.

Web-Fragments: incremental micro-frontends migration approach for enterprise
Play section Modernizing legacy client-rendered components with server-side frameworks
Modernizing legacy client-rendered components with server-side frameworks thumbnail

Modernizing legacy client-rendered components with server-side frameworks

Migrating heavy client-side React domains to server-side frameworks like Next.js and Qwik substantially improves initial page loading speed.

Microfrontends at Scale
Play section Selecting opinionated frameworks for hybrid frontend generation tasks
Selecting opinionated frameworks for hybrid frontend generation tasks thumbnail

Selecting opinionated frameworks for hybrid frontend generation tasks

Adopting feature-complete libraries like Next.js simplifies hybrid server and static rendering over custom webpack setups.

New Browser APIs, End of React Create App, Smuggling Data in Emoji and more with Rowdy Rabouw
Play section Analyzing the deprecation of the Create React App tool
Analyzing the deprecation of the Create React App tool thumbnail

Analyzing the deprecation of the Create React App tool

The shift away from simple React templates pushes beginners toward more complex meta-frameworks like Next.js.

Build Your Own Subscription-based Course Platform
Play section Architecture and tech stack for the course platform
Architecture and tech stack for the course platform thumbnail

Architecture and tech stack for the course platform

An overview of the tools used to build the application, including Next.js, Stripe, Supabase, and GraphCMS.

Going Beyond Passwords: The Future of User Authentication
Play section Integrating passwordless authentication with magic links and SMS
Integrating passwordless authentication with magic links and SMS thumbnail

Integrating passwordless authentication with magic links and SMS

Implementing one-time codes and magic links via the Auth0 Next.js SDK establishes secure passwordless environments.

SSO with Ethereum and Next JS
Play section Introduction to single sign-on with Ethereum
Introduction to single sign-on with Ethereum thumbnail

Introduction to single sign-on with Ethereum

An overview of utilizing Ethereum wallets to authenticate users within Next.js applications.

Your mix. Instantly.

More mixes