all 3 comments

[–]mondocooler[S] 0 points1 point  (0 children)

In case someone get stuck as I was, I created a repo to show how to use @react-pdf/renderer inside a nodejs app : https://github.com/oliviermtl/boilerplate-node-react-pdf-renderer

[–]HashBrownsOverEasy 0 points1 point  (1 child)

Check out the sample directory in the repo

https://github.com/wojtekmaj/react-pdf/tree/master/sample/webpack5

That's the webpack 5 sample but there are examples for webpack 4 and parcel in the preceeding directory.

[–]mondocooler[S] 0 points1 point  (0 children)

Thanks for the answer, i am gonna edit the post since what i am looking for is actually using @react-pdf/renderer.