react-pdf icon indicating copy to clipboard operation
react-pdf copied to clipboard

Request link to Starter Repo for efficient DX (HMR or equivelent working)

Open danalexilewis opened this issue 2 years ago • 0 comments

Is your feature request related to a problem? Please describe. We have been using react-pdf for a while on one project and never got to having a good DX.

The best we got to was loading the pdf in the browser and then restarting the server each time the files were changed and manually refreshing the browser (using nextjs with NOSSR) OR generating pdfs via the CLI after each change and opening them.

Describe the solution you'd like Ideally it would be great if HMR worked with . Or possibly some sort of server & client reloading (quickly experimented with Nodemon + livereload).

Describe alternatives you've considered Keep going with the status quo 😓

Thanks 🙏

danalexilewis avatar Jul 17 '22 22:07 danalexilewis