React, Hono, then deploy it on serverless CF Workers #1647
Unanswered
enriicsolaa
asked this question in
Help & Questions
Replies: 3 comments 2 replies
-
Regarding Hono, @phonzammi recently added it to Bati. As for Cloudlfare Workers, yes it's possible, see Vike's docs and previous GitHub Discussions. Once Vite ships its new Vite Ecosystem API, you'll then even be able to dev directly against workerd. Contribution welcome to create a Vike + Hono + Cloudflare Workers example. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
-
The NOSENTRY error from the console is fixed downgrading to 3.55.0. The random text from the browser stills. |
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
-
Well, this is my question. I need to start a project with the frontend made with React and SSR, using filesystem routing, the backend and APIs made with Hono, and be able to deploy it serverless on Cloudflare Workers.
Would this be possible? I haven't found anything about it in the documentation, nor a similar example.
Thank you very much :)
Beta Was this translation helpful? Give feedback.
All reactions