mastodon.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
The original server operated by the Mastodon gGmbH non-profit

Administered by:

Server stats:

352K
active users

The more i read and experience client side frameworks, the more I agree with the idea that we should move back to server side rendering as much as possible.
Use JS for progressive enhancement as much as possible, but make the rendered web page as dumb as possible.

#WebDev#Code#react
Paul Mason

@hazz223 The are cases where client side rendering is the better option (like highly interact business applications and creative software like Photoshop), but there are better approaches to client side rendering - things like Lit, Svelte, Solid and Preact. Also, just measuring things and having reasonable bundle budgets keeps you on the right track.