I am rendering a component in new window using React router Link, now how to pass the data to this new component. The data i want to pass is JSON data so if i pass it as param or query its been displayed in URL.
So is there any other option available to pass the data while opening in new window?