2 min read
Tailwind CSS v4 Tips for Next.js
Tailwind CSS v4 drops the JavaScript config in favor of CSS-first setup. Here are practical tips for using it cleanly in a Next.js 16 App Router project.
tailwindnext.jscss
Writing
4 posts tagged "next.js". Filter by tag below.
Tailwind CSS v4 drops the JavaScript config in favor of CSS-first setup. Here are practical tips for using it cleanly in a Next.js 16 App Router project.
Next.js 16 builds /sitemap.xml from a single app/sitemap.ts file. Here is the exact code to list your static routes and blog posts for Google.
You cannot improve what you do not measure. Here is how to capture real Core Web Vitals from your Next.js App Router site and where each metric usually goes wrong.
A hydration mismatch means the server HTML and the first client render disagree. Here are the real causes in Next.js 16 and how to fix each one.