mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
f16344ea6d
This refactors the Server Components entrypoint for the `react` package (ReactServer.js) so that it doesn't depend on the client entrypoint (React.js). I also renamed React.js to ReactClient.js to make the separation clearer. This structure will make it easier to add client-only and server-only features.