this post was submitted on 21 Oct 2024
56 points (88.9% liked)

Programming

17432 readers
244 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] xmunk@sh.itjust.works 12 points 3 weeks ago

By SPA I mean "single page application" it's currently the dominant approach and powered in a large part by technologies like react and node. I'm not certain when it started precisely... with technology it's more a case of "rising to prominence" rather than "first happened" I think it probably really started going around 2014 with HTML5?

SPAs are still pretty hot but they've waned in popularity due to overuse and general complexity. Essentially your website becomes a single page that just swaps out what's shown to the user as they "navigate" between different parts of the site. When well done this can make a site incredibly responsive, but it's often quite poorly done and responsiveness can end up blocked by server requests anyways.