Taku Amano

Results 239 comments of Taku Amano

Work in progress... #2553

@yusukebe Thanks for confirming. Tests have been added and are ready for merging!

The approach we should adopt is subtle, but the following code can be spit out of React, which may achieve the objective. 😵‍💫 ```html document.write('') document.currentScript.remove() Hey Hono! document.write('') document.currentScript.remove()...

Hi @berlysia @yusukebe Sorry, this is probably a bug in "hono/jsx/dom". I believe https://github.com/honojs/hono/pull/2563 will resolve this issue

This is a difficult issue. I understand that the current `hono-island` affects evaluating CSS. To avoid the impact on evaluating CSS, I think a comment node would be appropriate, as...

@yusukebe Ah, using React, would we be able to insert a component later in the middle of a DOM node such as ```html Before. After ``` Current honox is fine...

I have an idea to solve #155 but I think we need to use `useContext` on the server side. Set up as follows, ```ts export default defineConfig({ plugins: [honox({ useContextModule:...

I think it's an awesome idea! And you're right, the "Nemed exported component" problem is solved too! > hydrate-dollar-client I think the implementation is also largely fine, but I think...

>> I don't want to add the server configuration item if possible, but I don't think there is any other way. > > Hmm. I also don't want to do...

Sorry to bother you all - especially @watany-dev! I was unaware that bun had such a specification. 4. Even in SSG, if there is no Content-Type, it is assumed to...