I am using React-PDF from npm, with the PDFDownloadLink function to download a large pdf. But the PDF is being created on my app load created a long lag time.
I have tried timers, lazy loading the component, changing the document data with a useState.
I just need to load the document data once the PDF Button is clicked and not on every page render.