Why companies use Next JS when they want to self-host it?
I was talking to my friend whose company is using next js for a lot applications, I asked him why, he couldn't give one good reason, besides page router. You don't want to use serverless functions, then half of the purpose of using it is defeated right there. Also, most of the time I find Next JS being used with purely express. Why not just use React template to begin with.