honox icon indicating copy to clipboard operation
honox copied to clipboard

HonoX - Hono based meta framework

Results 75 honox issues
Sort by recently updated
recently updated
newest added

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. I wanted to be able to...

### What is this? * When island components are nested, the outermost components are wrapped in `honox-island` and the inner components are not. * However, in template elements for restoring...

https://github.com/honojs/honox/issues/157 It is more effective when used together with https://github.com/honojs/hono/pull/2577

### What is the feature you are proposing? https://github.com/honojs/honox/blob/main/src/server/components/script.tsx `` component doesn't supports `nonce` value for CSP. It's required to serve nonce based CSP for security practices.

enhancement

fixes #156 Use the `component-export` mentioned in isseu to wrap an export matching the following name as an island component. https://github.com/honojs/honox/compare/main...usualoma:honox:feat/export-named-component?expand=1#diff-dbf4bfe9bdc2ab09701d7f99d62aa69e45740919b350c8166aebe64daa3fdd54R39-R41

In #56 we can now pass child components to children. The documentation for next.js stated the following. > You're not limited to the children prop. you can use any prop...

### What version of HonoX are you using? 0.1.15 ### What steps can reproduce the bug? If we have the following an island component: ```tsx // app/islands/badge.tsx import { PropsWithChildren...

bug

### What version of HonoX are you using? 0.1.9 ### What steps can reproduce the bug? 1. Create some global CSS that affects direct children. For example, `label > input...

bug

### What is the feature you are proposing? This does not request a new feature but is about implementation. Currently, to mark a component as an island component, we use...

enhancement

### What version of HonoX are you using? 0.1.15 ### What steps can reproduce the bug? Prepare two islands (can be same): 1. as parent: An island that accepts children...

bug