←back to thread

Next.js is infuriating

(blog.meca.sh)
1033 points Bogdanp | 1 comments | | HN request time: 0.347s | source
Show context
francisduvivier ◴[] No.45101222[source]
I recently migrated 2 projects away from Next.js to Vite. It was a lot of work, Next.JS handles quite a lot of stuff: translations, authentication, bundling, css stuff, caching... But it was very much worth it for lowering my daily infuration. I don't think I'll be using NextJS again if I don't have to.
replies(1): >>45107290 #
haltcase ◴[] No.45107290[source]
In what way does Next.js handle translations or authentication? It doesn't prescribe or even do much to simplify either of those things.
replies(1): >>45109153 #
1. francisduvivier ◴[] No.45109153[source]
Well you have next-i18next and NextAuth.js, those integrations with Next.js help for getting something running quickly.