Remix HTTP Handler after Node.js Fetch API #3395
Unanswered
peibolsang
asked this question in
Q&A
Replies: 1 comment
-
Remix still supports older versions of Node, once they can support only versions with fetch support they may be able to remove their Fetch polyfill. Also, note that the http handler you linked is used to use Remix as a request handler on Express, that will still be needed. |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I was wondering if the Remix team has any plans to re-architect (even deprecate?) its HTTP Handler after Node.js announced the introduction of the
fetch
API based on the Web standard.With this move, it seems all major Javascript engines (Node.JS, Deno, V8) and/or the platforms that use them (Vercel, CloudFlare, Deno Deploy, Netlify) will be based on the Web Fetch API, correct?
Also, this type of interoperability seems where the world is going!
Wouldn't these evolutions make Remix' HTTP Handler obsolete?
Beta Was this translation helpful? Give feedback.
All reactions