Replace @mjackson/node-fetch-server with @remix-run/node-fetch-server #14399
Closed
alexandrsashin
started this conversation in
Proposals
Replies: 1 comment
-
I've created #14070 for updating the dependencies to use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Packages
@react-router/node
,@react-router/serve
currently depend on@mjackson/node-fetch-server
, but there is now an official package published under the Remix organization:@remix-run/node-fetch-server
.Both packages provide the same API (
createRequestListener
,FetchHandler
, etc.), so migration requires only changing the import source. The Remix-maintained package is the recommended and supported version moving forward.@mjackson, what do you think about it?
Beta Was this translation helpful? Give feedback.
All reactions