fosstodon.org is one of the many independent Mastodon servers you can use to participate in the fediverse.
Fosstodon is an invite only Mastodon instance that is open to those who are interested in technology; particularly free & open source software. If you wish to join, contact us for an invite.

Administered by:

Server stats:

10K
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
Axel Rauschmayer

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