Hacker News with Generative AI: Single-Page Applications

Ask HN: SPA vs. SSR in 2024? (ycombinator.com)
I'm working on a new project that has a reasonable level of content/processing done on the backend but nothing too heavy. My default approach would be a simple SPA served statically with a CRUD backend, probably fastapi and svelte. However, I've heard lots of people extoll the advantages of more SSR due to better edge compute technologies. Lots of people seem predisposed to throw their backend on cloudflare workers or something and handle it there.
Building a single-page app with Htmx (jakelazaroff.com)
People talk about htmx as though it’s saving the web from single-page apps. React has mired developers in complexity (so the story goes) and htmx is offering a desperately-needed lifeline.
Single-Serving Sites: Single page and dedicated domain name serving one purpose (singleservingsites.cool)
Data Fetching for Single-Page Apps (martinfowler.com)
Can we build a reactive article in a single HTML file? (maxbo.me)
A Response to "Have Single-Page Apps Ruined the Web?" (2021) (htmx.org)