Running Tests with RTL and Vitest on Async and Internationalized React Server Components in Next.js App Router
A guide to testing async, internationalized React Server Components in Next.js App Router using Vitest and React Testing Library.
A guide to testing async, internationalized React Server Components in Next.js App Router using Vitest and React Testing Library.
A guide demystifying React Server Components, explaining how they work, their benefits, and how they differ from Server-Side Rendering.
How to use Dev Containers to create a portable, local preview environment for a Next.js blog, eliminating the need for cloud deployments during editing.
A developer investigates and fixes a performance issue in a Next.js app where a massive image file bloats the initial JavaScript bundle, slowing page load.
A tutorial on building a user registration, login, and management (CRUD) application using Next.js 13 with the App Router, TypeScript, React, and MongoDB.
A developer shares a solution for a Next.js 13 App Router issue where client components with 'use client' hang when using async/await with fetch in useEffect.
A developer explains how they integrated the Eleventy static site generator with the WordPress REST API to manage content, replacing a Next.js attempt.
A developer details their migration from a slow WordPress blog to a faster, modern static site built with Next.js, explaining the technical motivations and process.
A summary of a live stream Q&A with Dan Abramov and Joe Savona discussing React Server Components, their benefits, and trade-offs.
An overview of key web development trends for 2023, focusing on the shift from client-side to server-side rendering with meta frameworks.
A technical tutorial on building an internal company wiki using Hygraph (GraphCMS) and Next.js for backend and frontend development.
A developer built CodeGuessr, a game where players guess which open-source project a random code snippet belongs to, using Next.js and the GitHub API.
A tutorial on customizing Strapi v4 controllers to add custom business logic for a messaging app backend, integrated with a Next.js frontend.
A tutorial on building a Chrome extension using Next.js and the Notion API to save and tag web links.
A tutorial on building a static markdown blog using Next.js, covering setup, components, and rendering posts.
A guide to setting up a Next.js project with ESLint, Prettier, Husky, and lint-staged for consistent code quality and pre-commit hooks.
How to add a lang attribute to your Next.js site's HTML element for improved accessibility and Lighthouse performance scores.
A step-by-step guide to manually deploying a Next.js application to Netlify using the CLI and plugin.
A tutorial on implementing a content preview system using Strapi (headless CMS) and Next.js for the Jamstack architecture.
A developer shares their experience building a decentralized application (dApp) using Solidity, TypeScript, and Next.js over a weekend.