We've upgraded the entire Pushlog platform to Next.js 16.
What's faster
Server components — pages that don't need interactivity load with zero client-side JS
Partial prerendering — static shells load instantly while dynamic content streams in
Image optimization — the
next/imagecomponent got smarter about format selectionBundle size — client-side JavaScript reduced by ~18%
Technical details
{
"next": "16.0.0",
"react": "19.1.0",
"drizzle-orm": "0.45.1"
}We also updated Drizzle ORM and all other dependencies to their latest stable versions.
You shouldn't notice any breaking changes — just a faster, smoother experience. If anything feels off, reach out to
support@pushlog.dev.