Hacker News new | ask | show | jobs
by fireant 1144 days ago
I've switched to running new projects on Remix after using Next.js for many years. Remix is just much more sane. Next.js feels like they are aiming to statically precompile everything and do some automagic with the rest all the while locking useful features under Vercel.

I just want to write my SSR applications with dynamic data and deploy them to Docker, Next is making it harder than it needs to be.