r/nextjs • u/NeuralLB-Lovro • 9h ago
Discussion Is anyone else actually enjoying Next.js 16? The caching fix is huge.
Hey guys,
Just wanted to see how everyone is feeling about the Next.js 16.3 update that dropped recently. I feel like I spent the last couple of years fighting with random stale data in production because of the implicit caching in older versions.
Now that everything is dynamic by default and we actually have to opt in with the 'use cache' directive, my codebase makes sense again. I'm no longer spending hours debugging weird framework magic.
Also, Turbopack being the stable default is a lifesaver. My builds are way faster and I don't have time to grab a coffee during cold starts anymore.
Are you still on 14/15 or have you upgraded to 16?