Using Dev Containers to build a transportable blog writing environment
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.
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 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 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 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.
A step-by-step tutorial on building a full-stack TypeScript Todo application using Next.js and MongoDB, from setup to deployment.
An introductory guide to NextJS, covering its core features like file-based routing, static generation, and server-side rendering.
Explains shallow routing in Next.js, a technique to change URLs without re-running data fetching methods, using the useRouter hook.
A developer explains the tech stack and process used to build their custom blog, focusing on Next.js and MDX for flexibility.
A tutorial on implementing user authentication and protected routes in a Next.js application using Supabase's Auth client library.