Yusuke Wada

Results 1706 comments of Yusuke Wada

Hi @usualoma I've reviewed it. There is no problem, and it looks good! Thank you for your awesome work. I'll merge this into the `next` branch.

@lazuee What use case do you want to use it for? ~~Basically, you can't use the types exported only from `src/types.ts`~~

@lazuee Thanks. Hmm. Regarding the "types", we don't want to export them as much as possible. They are used as utilities and may be changed without announcement.

@pkorac Hmm. Before working on this problem, the basic Netlify app does not work correctly. Accessing `GET /` shows 404, and edge functions are not triggered. It may be my...

@pkorac Thank you for the instruction. But if I ran the `netlify dev` command, the Next.js (!) starts and fails. ![Image](https://github.com/user-attachments/assets/95647892-8693-4da6-89d7-0c197af33b36) I also added the `framework = "#static"` to the...

@pkorac Hmm. It's the same if I change the import statements you showed.

@usualoma React 19!!!! Created https://github.com/honojs/hono/tree/react-19-compat

I want to have the [form](https://react.dev/reference/react-dom/components/form).

Thanks @usualoma ! I like the `action` attribute in `form`, though I've never used React 19 so many times. This makes handling a form action very simple. ```tsx export default...

Hey @usualoma I think we can close this issue now.