Integrating Effect Backend with React Frontend Using Inferred Client
I have an effect backend using http api and want to consume it on my react frontend using the inferred client, what is the best way todo so? Just a managed runtime + react query? Or is there some nice wrapper that is more trpc esqe?
