Can i make a PDF file abvailable offline on a reactjs PWA?

Viewed 289

I am starting my first PWA project using react.js and I am wondering it its possible to make a PDF file available offline using PWA. I am not sure of the files sizes yet but i believe it wont take more than 500Mb of space. if not is there a way to download the files into the catch and then make it offline?

1 Answers
Related