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
This refactors the Server Components entrypoint for the `react` package
(ReactServer.js) so that it doesn't depend on the client entrypoint
(React.js). In the next step, I'll also rename React.js to
ReactClient.js to make the separation clearer.
This structure will make it easier to add client-only and server-
only features.
0 commit comments