-
I feel that hono/client is super powerful and enables a real full stack experience through supporting the frontend with a fully typed version of the backend that is easy to use. And not many other frameworks have it (or did I also mis it there?) However I have noticed it quite late, and also now trying to search for it in the documentation I can't find it mentioned in de documentation. Is it such a small feature that it's less relevant? Coming from Springboot / Django / Ruby on Rails with mainly REST API's, did I miss something? Is there new tooling for it (I get that there is GraphQL, which has it's own merits, or tRPC although not working well with non typescript API's), but still think this is a foundational feature that not much other frameworks offer in the Node eco-system have. Curious what others think of it |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hi @Meess Have you been able to check this page? https://hono.dev/docs/guides/rpc#client It does not have an individual page for |
Beta Was this translation helpful? Give feedback.
-
Hey @NicoPlyley ! What do you think about creating a |
Beta Was this translation helpful? Give feedback.
Hi @Meess
Have you been able to check this page?
https://hono.dev/docs/guides/rpc#client
It does not have an individual page for
hono/client
, but it is written there. We might have to create the pagehono/client
and move some descriptions to it.