-
I run an open source project, Mergeable (an inbox for pull requests) on Cloudflare Workers, essentially because they are free for my use case. However, users that want to self-host this project need a Docker image. Already using React Router, I am currently trying to move to SSR, while still support those two very different runtimes. I have a prototype that mostly works, except for the need to have a very different |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
You can't because ReactDOM doesn't export |
Beta Was this translation helpful? Give feedback.
Maybe you could do something like this (note I never tried)