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