You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use node.js DOM implementation instead of puppeteer
Replace "react-dom" with "react-dom/server" on server side
Use caching for "react-dom/server"
Fake all browser APIs on the server, like JSDOM does
Why? Think of it as poor man's SSR - you write the client-side-only application and get SSR for free, but probably not that optimised SSR as you would get with manual implementation.
The text was updated successfully, but these errors were encountered:
This can be idea for separate project.
Related #71
Why? Think of it as poor man's SSR - you write the client-side-only application and get SSR for free, but probably not that optimised SSR as you would get with manual implementation.
The text was updated successfully, but these errors were encountered: