Yusuke Wada

Results 1706 comments of Yusuke Wada

Hi @GavinMeierSonos Can you share the details to understand more easily or share the project to reproduce it?

Hi @himself65 I'm not so faminiro to swc. I've tried but it does not throw an error. Can you share the instructions to reproduce it?

Hi @euxn23 Regarding env variables, we can use the adapter helper: https://hono.dev/docs/helpers/adapter#env ```ts import { env } from 'hono/adapter' app.get('/env', (c) => { // NAME is process.env.NAME on Node.js or...

Hi @nick-cjyx9 > But `env()` requires a `c: Context` param, which we cannot get out of a handler. You are right. If you want to use environment variables out of...

Hi @kellyrmilligan Actually, the `Link` component will read the `manifest.json` after building client side files: https://github.com/honojs/honox/blob/04fc5e644c262c67a019c4208dacb8fe1c2d864b/src/server/components/link.tsx#L12 I'm not 100% sure what you'd like to do, but you may do it...

Hi @Tc-001 Thank you for the suggestion! Hey @usualoma, what do you think of this? I think creating `fromRoot` as a helper is a good idea.

@usualoma The Route Helper in the PR #4204 is good! I like that it deprecates `matchedRoutes()` and `routePath()` in `HonoRequest`. Let's move on. @Tc-001 Please review it later, if you...

@Tc-001 No problem. Yes, let's close this! Thank you.

In my opinion, we don't have to support the legacy APIs in `hono/jsx` or `hono/jsx/dom`. As @usualoma said, if users want React, they can use React in their Hono application....