Hacker News new | ask | show | jobs
by teaearlgraycold 966 days ago
I hope with enough joking around the Next.js team realizes they've made a horrible mistake.

What they should have done was include a convenient RPC framework in Next - not magic code-splitting and magic RPC code-gen built specifically for people that are too lazy to write two files for code ran in completely different environments.

1 comments

The Next team's core use case is a serverless framework for Vercel. Anyone looking to use it as a long-running server is just a second-class citizen.
If you aren’t deploying to vercel for the duration of the project, use something other than next.js. It has become a vercel only product at this point.