Nested islands in HonoX
I'm trying to nest islands in fashion similar to this:
However, it appears that the inner islands end up rendering on the server. How could I approach this?
1 Reply
Possibly related to https://github.com/honojs/honox/issues/47
GitHub
Islands component that accepts children · Issue #47 · honojs/honox
What is the feature you are proposing? Current islands component can not render children in the client side. If we were achieve this, it means we have "Donut Components" pattern. One of t...