My FeedDiscussionsHeadless CMS
New
Sign in
Log inSign up
Learn more about Hashnode Headless CMSHashnode Headless CMS
Collaborate seamlessly with Hashnode Headless CMS for Enterprise.
Upgrade ✨Learn more

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?