Yusuke Wada

Results 1706 comments of Yusuke Wada

Hi @juliusmarminge I'm a creator of Hono. We are working on a similar project for Hono. Below is a dev server Vite plugin for Hono and fetch-based applications. https://github.com/honojs/vite-plugins/tree/main/packages/dev-server Whether...

Hi @Blankeos `createViteToHonoMiddleware` sounds good. This is not only for the Vite matter, but if we can use the [Connect](https://github.com/senchalabs/connect) in the Hono app, we can use `vite.middlewares`.

This is not an issue for this `honojs/hono` but for `honojs/vite-plugins`. I'll transfer it.

Hi @brillout Thank you for the report. This is caused by the dev server from `@hono/vite-dev-server`. In the project in your repo, if you edit `pages/index/+Page.tsx`, the dev server will...

This may be related to https://github.com/honojs/hono/issues/3869

Hi @Malin88 @pjeziorowski This is a known issue and difficult to resolve immediately, but we should do it. Can you share a small project to reproduce it, if possible? I...

@Malin88 Thanks. I'll take a look.

This related to https://github.com/honojs/hono/issues/3869

@Malin88 I tried to use your code for a while. I think the routes to passing the `hc` are huge. This is a known issue described in the following, and...