Hacker News new | ask | show | jobs
by midrus 1766 days ago
It is not fair to compare SPA or big frontend frameworks with "pure JavaScript" or messy jQuery as some imply.

By putting 20% the effort we put nowadays with these big frameworks into well organized "sprinkles" it is a very viable alternatives. Tools such as Stimulus, unpoly, htmx,etc make this very approachable and maintainable.

To me, SPAs only make sense in two scenarios: 1) You have the requirement for the app to work offline, or on really bad network connections (subway, etc) or 2) You already have a team which only wants to do SPAs and everything else is uncool to them.