Hacker News new | ask | show | jobs
by dav1app 1074 days ago
They do different things.

NextJS is a nice tool. Every small software that I create, I pick NextJS at first.

There is one small caveat: APIs on NextJS are edge runners. You cannot keep state by just sending data outside the API handlers.