Yusuke Wada

Results 1706 comments of Yusuke Wada

Hi @RopoMen Thank you for the issue. @ryuapp What do you think of this?

I think we can close this issue since the docs https://github.com/honojs/website/pull/689 have been added. Thank you.

Quick response. Rather than *AOT*, it would be nice to have a build script or bundler that writes out an optimal application "*file*" that includes the `hono`. Then, it will...

I forgot, but we discussed this issue - creating a build script or bundler - in this project Issue or PR with @usualoma.

But, IMO, we don't have to implement the `PreparedRouter` or build a script or bundler (just for a "router") because our routers are already fast enough. If we have a...

What do you think about ***anything other than routing***? For example, define a schema for the incoming JSON. After building the app, an optimized JSON parser is written in the...

Haha, topics are getting bigger! But I have the most fun when we talk about these things.

> It is why elysia is fast. Yes, exactly (though I don't want to fight with Elysia).

> In the future it may depend external package such as TypeScript compiler API and babel. So I think it should be in hono/middleware or other repo, and create `@hono/build`....

Hi @EdamAme-x, Happy New Year! Can you share any scripts to compile that prepared router?