mirror of
https://github.com/vercel/next.js.git
synced 2026-09-20 02:25:18 +08:00
These are manually compiled versions from src/index.js with React Compiler Playground and Babel.js Repl (only to compile JSX runtime).
| module | import condition | resolved | React Compiler | Server-Client boundary | Valid environment |
|---|---|---|---|---|---|
reference-library/client |
any | ./compiled/client.js |
Yes | Yes | client-only |
reference-library |
react-server |
./compiled/index.react-server.js |
No | No | any |
reference-library |
default | ./compiled/index.js |
Yes | No | client-only |
reference-library/missing-react-server |
any | ./compiled/missing-react-server.js |
Yes | No | client-only |