Yusuke Wada

Results 96 issues of Yusuke Wada

In this PR, I'll add a script with [Hono framework](https://hono.dev/). It uses JSX provided by Hono, and it works as a [real application](https://github.com/eknkc/ssr-benchmark/compare/master...yusukebe:ssr-benchmark:add-hono#diff-9119c5e784d9a68b31eb52b1b3caa4ae4a5f788a24296e45b0b2ede0f5706db4R7-R19), not only as "template rendering". The result:...

### What is the feature you are proposing? I started thinking wishing hono/jsx/dom would be more compatible with React. Using a bundler such as Vite to create an alias with...

enhancement

### Discussed in https://github.com/orgs/honojs/discussions/2291 Originally posted by **lajbel** March 1, 2024 Looks pretty obvious to have something like `credentials` in the configuration of `hc`, something like this ```js const authClient...

enhancement

### Discussed in https://github.com/orgs/honojs/discussions/2475 Originally posted by **branislav-brincko** April 8, 2024 This is my backend: ![image](https://github.com/honojs/hono/assets/118365024/fa8f6652-24d2-47ec-918a-3cbcdbd7c65f) And this is my frontend: ![image](https://github.com/honojs/hono/assets/118365024/4355660c-8ad5-46d7-9206-1d74ae90aff2) Is there a way how to make "order"...

enhancement

### Discussed in https://github.com/orgs/honojs/discussions/2338 Originally posted by **marcosrjjunior** March 11, 2024 I'm mainly creating this ticket to understand a bit more about why this is happening and potentially flag an...

enhancement
bug

### Discussed in https://github.com/orgs/honojs/discussions/2380 Originally posted by **RomanNabukhotnyi** March 19, 2024 Hey! I have a large application using hono and I'm running into a problem with types. [Repo with a...

enhancement

### Discussed in https://github.com/orgs/honojs/discussions/2291 Originally posted by **lajbel** March 1, 2024 Looks pretty obvious to have something like `credentials` in the configuration of `hc`, something like this ```js const authClient...

enhancement

### 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 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 is the feature you are proposing? Currently, to make it an island component, it should exported as `default`: ```tsx export default function Badge({ name }: PropsWithChildren) { return...

enhancement