One of the arguments I keep hearing being said on Twitter and Hackernews is you should use React/Angular/Svelte when you have an more 'appy' website but I can never figure out what is meant by that.
Can we have some examples of concrete sites that are actually benefiting from SPA frameworks and would be infeasible in a typical Rails/Django/Laravel setup.
Anyone know of any resources taking a reference point of a more complex user interface and implementing it in both React and templating with Rails?
Turbolinks for me has fixed the white page refresh issue and Hotwire seems to have unlocked a few more interactivity tricks CRUD things, see https://twitter.com/noelrap/status/1341520142258348035.
But I'd like to know what interactivity I'm missing out on.