-
### 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 and have something can cause …
-
### Example URL(s)
- https://express.adobe.com/es-ES/tools/convert-to-mp4
- https://www.facebook.com/login.php?skip_api_login=1&api_key=234230510040096&kid_directed_site=0&app_id=234230510040096&s…
-
### What version of HonoX are you using?
0.1.9
### What steps can reproduce the bug?
When configuring middleware, specifying the `methodOverride` middleware causes an error:
```ts
import …
-
Ref: https://github.com/honojs/starter/issues/31,
I want to use a `public` directory with file-based routing on HonoX.
But @hono/vite-cloudflare-pages only supports `favicon.ico` in the root dire…
-
# The road to Fresh 2.0
_**tl;dr:** Fresh will become massively simpler and be distributed via JSR with the upcoming 2.0 release. Express/Hono-like API and true async components and much more._
…
-
### What is the feature you are proposing?
Use a vite alias, like preact.
For preact:
```ts
// vite.config.ts
export default {
alias: {
react: 'preact/compat',
'react-dom': 'preact…
-
### What version of HonoX are you using?
0.1.1
### What steps can reproduce the bug?
1. `npx create hono@latest` , select `"x-basic"`
2. Add routes using Hono instance or `createRoute` and u…
-
### What version of HonoX are you using?
0.1.13
### What steps can reproduce the bug?
Create an island in an island with React.
Project to reproduce it: https://github.com/yusukebe/honox-r…
-
## Overview
Create a blog section in cellajs.
## Technology used
- HonoX: https://github.com/honojs/honox
- shadcn/ui: https://github.com/shadcn-ui/ui
## How to create
Create a new workspace…
-
When I do a simple vite configuration to use with hono, like this:
```ts
import { defineConfig } from "vite";
import hono from "@hono/vite-dev-server";
export default defineConfig({
plugins…