This mundane task fairly simple on static views, isn\'t complying with React.
Can someone advise me how to open a pdf file as a href on a new tab?
Here\'s my
I placed the following in the header of the component I needed it in. The document was stored in Documents folder under src.
import Pdf from '../Documents/doc.pdf';
And then used the imported document in the tag using href.
Resume
Worked for me!