Hacker News new | ask | show | jobs
by Kennnan 859 days ago
I use hono a lot and im going to avoid these new features for certain. Hono already had a problem with documentation and feature completeness for anything beyond their simple REST api, such as their middlewares like graphql and RPC. The jump in complexity from a meh graphql plugin to a full stack SSR framework is so massive and I don't think the current dev team can do it justice.

I highly recommend anyone looking into this to instead stick with larger, better community supported projects like Astro.

1 comments

I formed a similar impression. I tried using their graphql plugin only to discover that there was no way to pass a context to the graphql handler (at the time) which was surprising. I went back to yoga after that.