DEV Community

Discussion on: What is React Server Side Rendering and should I use it?

Collapse
 
mladenstojanovic profile image
Mladen Stojanovic • Edited

Yes, of course! :) There are techniques like tree shaking etc. which you can achieve through webpack, to reduce your client side payload, I am by no means an expert and 'know-it-all', that's why I wrote that people should probably first try to optimize their client side application as much as they can before attempting to go in to the dark side of server side rendering :)