-
Hono's official templates build the server using Vite. We should too.
Benefits include:
- [Much improved static asset handling](https://vitejs.dev/guide/features.html#static-assets)
- https://git…
-
Hi there! Really loving honox!
I'm experimenting with using it as a react renderer and am running into issues with islands sharing context or state. Specifically I'm trying to wrap some islands th…
-
> [!NOTE]
> You can ignore if you can not get this issue clearly.
> I understand this honox project is alpha version.
### What is the feature you are proposing?
I need type suggestion for [pat…
-
Can browser service worker runtime be included?
Hono can run in Node, Deno, Bun, Cloudflare Workers, Pages, and can also run in a service worker to power an offline web app.
I'd like to see mor…
-
Miniflare is a simulator for developing and testing [Cloudflare Workers](https://workers.cloudflare.com/), powered by [workerd](https://github.com/cloudflare/workerd).
This library is used by many fr…
-
### What version of HonoX are you using?
0.1.23
### What steps can reproduce the bug?
I want do create an upload route which uses the `@aws-sdk/client-s3` package. However when I use it as I do nor…
bene updated
4 months ago
-
### What is the feature you are proposing?
Now, in order to use tailwindcss with HonoX, we need to configure it with vite and add link tags for dev and prod envs in head.
This seems a bit troublesom…
-
I'm hitting a wall trying to make my server do the stuff I need it to do with packages that are written in commonjs using require.
I'm not super familiar with vite's bundling process so there's littl…
-
- ロジック全てを `index.js` に書くのではなくファイルを分割
- それなりにロジックが複雑なので
- モデル毎に分割? (`posts.js`, `faqs.js`)
- 参考: [Best Practices - Hono | Building a larger application](https://hono.dev/guides/best-practices#…
-
### What version of HonoX are you using?
0.1.5
### What steps can reproduce the bug?
Create an island called something like create-project.form.tsx. Hard refresh.
### What is the expected …