edgeworkers-examples
edgeworkers-examples copied to clipboard
[Feature] Add support for React SSR apps
Looking for support to add Remix
or NextJS
support into EdgeWorkers. Some of the missing features that are needed are described here,
https://github.com/remix-run/remix/issues/1539
TL;DR
- Add
body
to therequest
object used inonClientRequest
andonOriginRequest
in order to supportPOST
requests
OR
- Add support for other HTTP methods for
responseProvider
IMHO, the second option feels like the more appropriate spot to handle application requests