Closed yusukebe closed 7 months ago
@yusukebe add this to the bench : https://github.com/nhttp/nhttp
Ok, given that it does it's own Suspense / async resolution I believe it is on par with the capabilities of react / vue on this test we should list hono
too.
However I'm thinking about splitting the list into two, frameworks / renderers or something like that. Let's have next, nuxt, sveltekit, solidstart, astro etc in one list and a general renderer list with react, preact, solid, vue, hono etc. Feel like it makes more sense.
BTW, I'm a fan of hono, never used the jsx renderer though.
So much error
@eknkc Thanks for merging.
In this PR, I'll add a script with Hono framework. It uses JSX provided by Hono, and it works as a real application, not only as "template rendering".
The result:
Hono is a bit different from frameworks such as Next.js and Remix and not as major as them, so it may not be listed here. I'll leave it to you.