Hacker News new | ask | show | jobs
Ask HN: As a User, Do You Prefer Server-Side Rendered or Single Page Apps?
2 points by klausbreyer 1103 days ago
I've been doing some research on different web architectures and it got me thinking about the user experience aspect. As developers, we're often focused on the technical advantages and disadvantages of server-side rendering (SSR) versus single page applications (SPAs). But as users, we have a different perspective that's often more focused on performance, usability, and how smoothly the website functions.

So I'm curious, from a user standpoint:

    Do you prefer websites built with server-side rendering or single page applications?

    Have you noticed any significant differences in your browsing experience between the two?

    Can you share any examples of SSR or SPA sites where you found the user experience particularly impressive or disappointing?
Remember, I'm not asking about your developer perspective (which could be influenced by things like ease of development, SEO considerations, or cost), but purely about your experience as an end user.

Looking forward to hearing your thoughts!

Best, Klaus