Hi onto my react app I need to see a document but I cannot upload it manually. I'll explain, the user if need, could upload a document and into another part of the app could see it. I want to know if there's a possibility to organize something like
<a href={userDocUploaded} target="_blank">See document</a>
So the user onClick can see the doc opened in another tab. I do some logic but I upload the document on my store after he can see it in the review mode. So can I visualize it without charging it on localStorage or sessionStorage, should I use an external library?