SPAs Were a Mistake
gomakethings.com
SPAs Were a Mistake
1–10 of 637 posts
Re: SPAs Were a Mistake
#2They might not be actual requirements for a blog or a brochure site but it's not totally unreasonable for someone to want their website to work that way. The question is not whether or not an SPA is a good or a bad thing, but whether or not the cost (more code, more complexity, potentially a series of background requests after the initial page load) is worth paying in order to get the benefits.
When either an SPA or a multi-page site is done well most users can't tell which sort of site they're looking at. That should be the goal. Make stuff where the user forgets about the tech. Make a website that just works, that's fast enough for users not to think 'this is a bit slow', and that's coded in a way you can maintain and work on for a long time. If you get those things right then no one can reasonably criticise what you've made no matter how you've made it.
Re: SPAs Were a Mistake
#3Whatever MPA alternative you bring will need to address other shortcomings. There will always be something quirky due to building applications in a technology designed for hypertext documents.
Re: SPAs Were a Mistake
#4Re: SPAs Were a Mistake
#5Re: SPAs Were a Mistake
#6Outside of some lasting mistakes made a decade ago, is this still an issue?
On top of that, “SPA” is a misnomer, as many frameworks give you a hybrid anyway.
Re: SPAs Were a Mistake
#7Re: SPAs Were a Mistake
#8> YouTube is a great example. Being able to keep a video playing while you explore other videos is fantastic.
I hate that (mis)feature. When I click something else, my attention is on the new thing. Having to go find the little still-playing video window to close it is a hassle.
Re: SPAs Were a Mistake
#9There are still some examples were SPAs are useful such as replacing complex desktop applications but 95% of web apps don't need it.