Back

dev.to

Next.js at refactor or extinct situation.

12/13/2024Updated 3/22/2026
https://dev.to/asmyshlyaev177/nextjs-at-refactor-or-extinct-situation-27mi

Next.js become a hype of the day (or year), but it's slowly suffocating under the weight of technical debt. There are many big enough pain points with Next.js: - Slow and painful dev mode, if you changed something and need to check more than 1 route, you need to wait till route compiled. Next.js server also uses few gigabytes of RAM. Turbopack complaining about perfectly working TS code, and struggle to understand `:global` in CSS modules, still not production ready.

Related Pain Points2