Dieser Inhalt ist noch nicht in deiner Sprache verfügbar.
The following is a conversation from the effect-ts discord 2024-12-26
I am trying to derive a client from an API I created using effect/platform . I want to be able to use the client in my React frontend. This is the code I have for deriving it:
I am trying to create a hook that will get the resulting client but I am getting typescript errors. I had to provide FetchHttpClient.layer to apiClient, like this: