Good Morning All,
I am trying to decide between using RPC and HttpApi to use as backend for my react SPA. Resolver.toClient of rpc and derived client from HttpApiClient offers fullstack typesafety. HttpApi looks more feature rich with middleware and out of the box authentication/authorisation support. I am thinking I could use both but not sure what use cases they are best suited for.