Vikash
Explore posts from serversHow to build for React + Vite + Cloudflare worker?
This is resolved by using the new react router example - https://github.com/yusukebe/hono-react-router-adapter/tree/main/examples/cloudflare-workers
15 replies
How to build for React + Vite + Cloudflare worker?
I don't think the transformhtml will work, because I need the hono context to get the meta data from KV store to append as per pathname. For example, I have 1000 products page, each product metadata will be stored in D1/KV on cloudflare.
15 replies
How to build for React + Vite + Cloudflare worker?
I was checking your example and it has lots of imports from
hono/jsx
, I need to use my application as is because it's a migration from Next JS and lots of shadcn components. So, anyway to just serve the index.html
as it's a SPA, so everything else should work as is in given Cloudflare example15 replies
How to build for React + Vite + Cloudflare worker?
Here is the full code - https://github.com/vickyRathee/vite-react-template
15 replies
CDCloudflare Developers
•Created by Vikash on 2/24/2025 in #pages-help
Caching rsc routes in Next.js
5 replies
CDCloudflare Developers
•Created by Vikash on 2/24/2025 in #pages-help
Caching rsc routes in Next.js
kind of browser refresh
5 replies