8 min read
Building a Digital Garden with Next.js 15
How I built this digital garden using Next.js 15 App Router, React Server Components, and Tailwind CSS v4.
Next.jsReactTypeScript
How I built this digital garden using Next.js 15 App Router, React Server Components, and Tailwind CSS v4.
Tailwind v4 changed how dark mode works. Here's how to set up class-based dark mode with next-themes.
Lessons learned from migrating a client-heavy app to React Server Components — what worked, what didn't, and when to use 'use client'.