mstdn.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A general-purpose Mastodon server with a 500 character limit. All languages are welcome.

Administered by:

Server stats:

16K
active users

Harry W.

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

@hazz223 Counter-argument for *some* cases: If you go for an app experience on the web, you often want the app to be offline capable. Then the role of a server is different.

@rauschma @hazz223 Even in that case, do we all need to download 600 kgs of React?

@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.