Blog

Nextjs Adding analytics
Performance is no longer a "nice to have" you tack on after launch. Core Web Vitals are a confirmed Google ranking signal, slow pages measurably kill
Dive Deeper
Nextjs Adopting Partial Prefetching
Prefetching is one of those Next.js features that quietly does a lot of work and gets almost none of the credit. Hover a <Link>, and Next.js has us
Dive Deeper
Nextjs after function
Some work genuinely shouldn't block a response — logging an analytics event, firing a webhook notification, writing an audit log entry. The user does
Dive Deeper
Setting up your Next.js project for AI coding agents
If you have spent any time pairing with an AI coding agent on a Next.js project, you have probably watched it confidently write code against an API t
Dive Deeper
Nextjs API Components
Every React framework eventually ends up shipping its own set of "special" components — the ones that aren't quite ordinary JSX, because they're doin
Dive Deeper
API Reference for Next.js Functions and Hooks
Beyond file conventions and directives, the App Router exposes a substantial set of importable functions and hooks — the actual verbs of the framewor
Dive Deeper