Polls: Single Page vs Multi-Page Applications

October 3, 2024
Leave a comment

It’s no secret that web development has changed rapidly over the years. There was a time not all too long ago where, for example, JavaScript was not the only scripting language available (anyone remember VBScript?) and CSS was still new. Of course, at the time, single page applications (SPAs) wouldn’t have been possible so all websites were multi-page applications (MPAs).

That has obviously changed. Web developers have more options than ever for the type of website they want to build. SPAs were originally created for web applications that were usually hidden behind a login, but with frameworks like Next.js or Nuxt.js, they have become mainstream.

As such, I was interested in seeing whether developers prefer the experience of working on an SPA or MPA. I posted a poll on Mastodon asking this question and this is the result:

Results of a poll about developing single page vs multi-page applications
Results of a poll about developing single page vs multi-page applications

We obviously have to take into consideration the fact that only 22 people responded and that the crowd on Mastodon isn’t exactly mainstream. Nonetheless, I posted another poll asking what they prefer to use as a user rather than a developer:

Results of a poll about using single page vs multi-page applications
Results of a poll about using single page vs multi-page applications

Interestingly enough, there was a much better turnout for the second poll. I also received a few comments where people simply said they don’t care as long as the content is good and the website works well.

Either way, SPAs lost significantly in both cases. It seems that not everyone is happy with the trend of SPAs replacing MPAs. As for my part, I also tend to prefer MPAs. There was a time when I preferred both developing and using SPAs, but I’ve found them very difficult to do correctly and the amount of JavaScript required tends to make them slower in many cases (I’m looking at you Jira!).

I also don’t particularly like how rapidly the SPA frameworks tend to change and the resulting amount of refactoring required to support each new release. Angular is the most stable in that regard in my experience.

While the polls on Mastodon are already closed, it would still interest me what you think about the topic. Let me know in the comments!

About the Author

Alex Seifert
Alex is a developer, a drummer and an amateur historian. He enjoys being on the stage in front of a large crowd, but also sitting in a room alone, programming something or reading a scary story.

Related Posts

Post a Comment

Your email is kept private. Required fields are marked *

*
*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

My Portfolio