Y
Hacker News
new
|
ask
|
show
|
jobs
by
mark_mart
1987 days ago
Looks easy to use. Is it possible to use with server side rendering?
1 comments
defx
1987 days ago
Yes, you can prerender in a browser (e.g., using Puppeteer) or provide a synthetic DOM (e.g., JSDOM) in Node. It's the next thing on my list to flesh out some more detail in the docs around this.
link