Hacker News new | ask | show | jobs
by bpicolo 3123 days ago
My typical case is needing a backend for an API layer (and also pages I just don't want to fuss with SPAs for - data-heavy admin pages and such where it's a bunch of wasted effort and boilerplate to do in SPA form). With the alternatives above you get that integrated in dev environments all the way through minified in production.
1 comments

Totally makes sense, thanks