Replies: 1 comment 2 replies
-
Hey @osseonews i'm assuming you want to use the Frontend-API on on edge functions. We are currently working on a more abstract integration of the Frontend-API, which will be backend-isomorphic and can be used wherever! You can keep track of the progress here |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Just a suggestion, you should make the API Backend isomorphic, so it can be used in edge functions with NextJs or with Cloudflare Workers. Over time, edge will become standard, as it is much faster. Right now, the only way to use backend in Edge is to basically use the curl version of the API and pass in the variables with fetch. it's quite tedious.
Beta Was this translation helpful? Give feedback.
All reactions