Hacker News new | ask | show | jobs
by pier25 482 days ago
Next is definitely not "batteries included". It solves close to nothing on the backend (like all fullstack JS frameworks).
1 comments

Well, not all of them [1].

DB access (drivers are automatically started, connected, and wired for use), queues, cron jobs, websockets, uploads, API helpers, simple routing, caches, indexes...

It gets ignored, but there are (sane) options. I'm quite proud of the APIs, too. Easy to learn, tidy, and everything just works.

[1] https://cheatcode.co/joystick

Ok, you're right.

I was referring to the usual ones (Next, Nuxt, SvelteKit, Remix, etc).

Joytick looks cool. Besides this there's also NestJS

https://nestjs.com/