Hono RPC isn't typesafe for queries #3728
Unanswered
adarshaacharya
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using hono backend with nextjs in FE
using rpc to communicate data between FE & BE
but found there are so many problems with query params.
hono rpc expects everything to be send as string
Query params only accept object, but shouldn't this be handled by hono rpc itself. (type safety is really messed up)
can anyone suggest how to handle these cases
Beta Was this translation helpful? Give feedback.
All reactions