-
-
Notifications
You must be signed in to change notification settings - Fork 10.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move server-runtime
to react-router/server
#11669
Conversation
|
Name | Type |
---|---|
react-router-dom | Major |
@react-router/express | Major |
react-router | Major |
@react-router/serve | Major |
@react-router/node | Major |
@react-router/dev | Major |
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
@react-router/server-runtime
to react-router
@react-router/server-runtime
to react-router/server
@react-router/server-runtime
to react-router/server
server-runtime
to react-router/server
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note that the existing react-router
unit tests have all moved into the lib
directory to isolate them from the server
tests in terms of Jest config.
Closing in favour of #11698. |
As mentioned in #11646 (comment), I've started looking into this as part of moving the runtime/adapter packages out of the monorepo since it means we likely don't want to re-export the entire server-runtime API from these standalone packages anymore.