Integrating TanStack Query with Effect's HttpClient

Is there a good way of using TanStack Query with Effect's HttpClient? Sure, I could just use runtime.runPromise(effect) in TSQ but there might be a better way.
Was this page helpful?