Sign in
Log inSign up

Is global state an issue when it comes to React apps with Server Side Rendering?

Raja Nagendra Kumar's photo
Raja Nagendra Kumar
·Jul 25, 2016

In ReactJS, would Global State, its immutability and Duplicated DOM (VirtualDOM) approach become a huge issue? I am talking about single page apps with many screens, specially on amount of memory needed to perform well on load, when rendering is done on server?