
React framework for hybrid static and dynamic sites.
4 months ago
Next.js used to be simple. Now with Server Actions, Middleware, and the new caching behavior, it feels like a black box. Debugging caching issues in the App Router is a nightmare. It feels like they are pushing the Vercel platform specifics into the framework. I miss the simplicity of the Pages router.
11 months ago
If you need a high-performance public-facing site, Next.js is the way to go. The image component alone improves Core Web Vitals significantly. We migrated our e-commerce site to Next.js and saw a 40% jump in lighthouse scores. The developer experience is top-notch once you learn the patterns.
11 months ago
Next.js has made building React apps enjoyable again. The App Router took some getting used to, but the performance gains from Server Components are real. Integrated routing, image optimization, and SSR capabilities out of the box mean I don't have to glue together 10 different libraries to start a project. It's comprehensive.