How to create PDFs from React components
If you have ever dealt with a B2B dashboard app, you know that businesses love reports in pdf format. When I first faced this issue, we had an analytics page, which we wanted to convert into a pdf. My instinct was to add a print.css file and let the browser handle all the dirty work. Long story…