Hacker News new | ask | show | jobs
by arcturus17 1886 days ago
Even for writing APIs a monolithic web framework can be useful.

We're building a Django + React web app, and Django brings many things to the table, for example the admin panel, an opinionated structure, and many other goodies. Much better dev experience than just Express for a small team, IMO.

2 comments

True but there is alternatives like NestJS for example. So there is some stuff a bit like Django for node as well but I'll admit that they are less common.

I don't know why, maybe it's the culture of node/npm that you just pick stuff from a basket instead of getting handed a big finished thing whatever you like it or not.

Why not Django REST Framework if you're feeding an SPA?