Thursday, 27 April 2017

Is it possible to prevent react from server side rendering images

I have a react app which is being server side rendered without code slitting. This is causing a lot of the content to be passed into the html document and when this is loaded in the browser, the browser is trying to download all the images.

Is there a way to prevent this from happening?



via Stretch0

No comments:

Post a Comment