Yusuke Wada

Results 1706 comments of Yusuke Wada

Hi @akku1139 Of course it is better not to use `any`, but inside libraries, especially having complex type declarations, we have to use `any` for the ***implementation*** in the source...

Hi @marcomuser ! This is a good suggestion. Can you work on it?

Hi @marcomuser Sorry for the late reply, and thanks for the great investigation. I understood well. > Instead, though, I'd first like to raise the question of whether all this...

Hi @jazoom @akku1139 This is an interesting issue. We can consider the API and implementation. Anyway, it's an enhancement rather than not a bug. I've changed the label.

Now, we can close this issue. Thanks.

HI @mcshaman Thank you for raising the issue. These seem to be not bugs, but as you said, the following is right: > Documentation that is either incomplete or assumes...

@mcshaman Have you ever tried this code? https://github.com/yusukebe/hono-jsx-spa This is a good example of using Hono's JSX and RPC-mode.

> I came across something similar... But it requires Vite to server the client components. I assumed you could build an app using Hono and Client Components without any other...