Tag: app-router

3 articles

· nextjs / better-auth

How to add Better Auth to a Next.js app — step by step

A practical walkthrough of installing Better Auth v1.6.14 with Drizzle ORM, Neon Postgres, and GitHub OAuth on Next.js 15 App Router — including every failure mode worth knowing.

· trpc / nextjs

How to set up tRPC with Next.js App Router (2026)

tRPC v11 works with Next.js 15 App Router. Covers fetchRequestHandler, SSR prefetch, the QueryClient pattern, and five gotchas that catch first-timers.

· nextjs / app-router

How to migrate from Next.js Pages Router to App Router

Migrate Next.js Pages Router to App Router on 16.2.6: root layout, data fetching, Route Handlers, metadata API, and 8 real gotchas with fixes.