Is global state an issue when it comes to React apps with Server Side Rendering?
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?