The Architecture No One Needs

https://gregnavis.com/articles/the-architecture-no-one-needs.html

I thought this was a well-written article on the real, often unacknowledged costs of single-page app architecture.

I don’t agree with the claim that “no one needs” SPAs, but I do think it’s important to question whether your app really needs to be one. How about you?

(Don’t miss the conclusion at the bottom!)

6 Likes

Nice article!

We use the same approach in our app. We use some JavaScript sprinkles (new ones use Stimulus!), Server-generated JavaScript Responses and a little bit of Vue.js.