Hacker News new | ask | show | jobs
by user34234 2288 days ago
I have the opinion that Vue and React are ideal when you do need a SPA (example: when you want to make something that works offline, uses a lot of browser side storage, etc).

For every other application, my favourite tool is https://unpoly.com/, and alternatively Turbolinks + Stimulus.

Most applications do not need Vue or React there is a HUGE abuse of client side JavaScript these days.