Yusuke Wada
Yusuke Wada
@usualoma It looks awesome at first glance. Making `HonoXIsland` is good! I'll look at the details later. My additional thoughts is if we use `useContext` depending on the JSX runtime...
Hi @usualoma Looks good! One thing. This uses `tsConfig.compilerOptions?.honoxReactImportSource` if the user want to override it. But I think it is not good to write our custom option to `tsconfig.json`....
@usualoma I totally agree with naming `reactApiImportSource` and the priority! One thing: how about making the `src/site/components` directory and putting `honox-island.tsx` and `index.tsx` instead of `src/site/components.tsx`?
@usualoma Ahhhhh, sorry, sorry. I've typed it. `/site/components` should be `/vite/components`! Because It is used for the Vite plugin. Please can you rename it?
@usualoma Thaaank! I'll merge this now.
Hi @Luzefiru Thanks for the issue, and sorry for the delayed response! Now, we have to consider matters such as `ContextVariableMap` or something related to it. Your suggestion is good....
Hi @metrue ! Sorry if my understanding is wrong. I think adding a `listen` method to Hono is not good. If `listen` is a method for "server", then Hono should...
Hi @p-chan This is a known issue. So you don't have to create a project to reproduce! We can handle this later. Thanks!
Hi @bruceharrison1984 We don't have to do it "right now", but we should do it soon. I think those are the two options: 1. Add a section to Hono's website...
@thiskevinwang Thanks! I'll handle this matter later.