#is there anyway to do SSR outside of nextjs? ex. in command line tool.

3 messages · Page 1 of 1 (latest)

west turret
#

I can't seem to get https://mantine.dev/guides/ssr/ to work. The styles are never injected properly and everything is unstyled.

My use case is trying to render components to HTML for PDF generation via puppeteer.

React components and hooks library with native dark theme support and focus on usability, accessibility and developer experience

grand hedge
west turret
#

Hmm, I'm not rendering in nextjs though. I'm rendering in a backend node.js worker that's generating PDFs.