📷 · @erik365
96 followers · 967 posts · Server home.social

Over the years, my internet has gotten exponentially faster, my computers are incredibly powerful, and the entire web is now elastic, scaling on demand. Yet websites keep getting slower. SPAs are sluggish and overcomplicated for many use cases. We should stop using them as the default go-to for everything we build.

#webdev #singlepageapp #web

Last updated 3 years ago

📷 · @erik365
96 followers · 967 posts · Server home.social

SPAs are slow and overcomplicated for many use cases. We should stop using them as the default go-to for everything we build.

#webdev #singlepageapp

Last updated 3 years ago

Craig Buchek · @CraigBuchek
2 followers · 29 posts · Server ruby.social

Seems like all the most experienced developers I know avoid . Not because React is bad, per se, but because every React project we've ever encountered seems to over-complicate everything. It's usually a for no good reason. Almost always too many components, too many unnecessary layers of abstraction, too many files involved in a simple change, too much code duplication, etc. I wonder why those correlate so strongly with React.

#reactjs #singlepageapp #spa

Last updated 3 years ago

Average Helper · @avghelper
32 followers · 293 posts · Server fosstodon.org

Metaframeworks exist to handle dynamic server-side rendering for cases like this (I think they call it "hydration"), but due to some rather specific technical goals for this project, I can't mix client and server logic like that.

Short of a build phase to auto-generate a stub of the initial client-rendered page, copy-pasta for me!

#spa #singlepageapp #webdev #copypaste #copypasta

Last updated 3 years ago