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
The difference from [examples/react-router](https://github.com/vitejs/vite-plugin-react/tree/main/packages/plugin-rsc/examples/react-router) is that this doesn't require two workers.
8
8
9
9
- RSC environment always runs on Cloudflare Workers.
10
-
- During development, SSR environment runs as Vite's deafult Node environment.
10
+
- During development, SSR environment runs as Vite's default Node environment.
11
11
- During production, SSR environment build output is directly imported into RSC environment build and both codes run on the same worker.
12
12
13
13
Such communication mechanism is enabled via `rsc({ loadModuleDevProxy: true })` plugin option.
0 commit comments