Ddfordp

remix-js/v2/remix-1-replace-response-with-create-readable-stream

No description available

remix.jsv2create readable streamreplace response
Public
2 executions

Run locally

npx codemod remix-js/v2/remix-1-replace-response-with-create-readable-stream

ne place this is likely to surface and require a change is your app/entry.server.tsx file, where you'll also need to convert the Node PassThrough into a web ReadableStream via createReadableStreamFromReadable

Before

ts

After

ts

Ready to contribute?

Build your own codemod and share it with the community.