-
### What is the feature you are proposing?
Add documentation on how we must pass any [ContextRenderer](https://hono.dev/middleware/builtin/jsx-renderer#extending-contextrenderer) props to a nested …
-
### What version of HonoX are you using?
0.1.3 / Hono: 4.0.3
### What steps can reproduce the bug?
1. Clone the repository: https://github.com/wataruoguchi/honox-repro and run `npm install &&…
-
### What version of HonoX are you using?
0.1.5
### What steps can reproduce the bug?
Create a basic island with the useRequestContext hook.
```jsx
import { useState } from 'hono/jsx';
im…
-
-
### What version of HonoX are you using?
0.1.3+2
### What steps can reproduce the bug?
Use dev container to setup environment, and `bun i` then `bun dev` in the container.
Here's my boilerplate to…
-
### What version of HonoX are you using?
create-hono version 0.4.0
### What steps can reproduce the bug?
I've tried creating a x-basic hono app with Deno, yarn and npm but I still get the same erro…
-
### What is the feature you are proposing?
Would it be possible to create a `_middleware.ts` file that would automatically add the middleware to routes at and below it? Cumulative `_middleware` dec…
-
- Create a new app using `npm create hono@latest`
- Select `x-basic`
- Alter `server.ts` to include some middleware:
```ts
//app/server.ts
import { cors } from 'hono/cors';
import { createA…
-
### What is the feature you are proposing?
Thank you for developing a great framework!
Currently, I am developing using Honox. I've set the routes directory to `src/app/routes`, and to accommodate t…
-
### What is the feature you are proposing?
Current `HasIsland` component only detects islands in a route file.
If in a non-route component could detect using island, it could be something simila…