edgeworkers-examples icon indicating copy to clipboard operation
edgeworkers-examples copied to clipboard

[Feature] Add support for React SSR apps

Open andrewgadziksonos opened this issue 3 years ago • 0 comments

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 the request object used in onClientRequest and onOriginRequest in order to support POST requests

OR

  • Add support for other HTTP methods for responseProvider

IMHO, the second option feels like the more appropriate spot to handle application requests

andrewgadziksonos avatar Feb 14 '22 17:02 andrewgadziksonos