You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for the great library. I hit couple roadblocks. When I create client on client side it works great. When I need to write tests I need to add custom headers, this is not allowed after client is created. Also for fullstack frameworks like SvelteKit, we have custom fetcher on the server side which works as event bus. I need to reinstantiate the client on server side, which seems unnececssary. I think it would be helpful to have client created with given data but when you do a query or mutation I should be able to individually set those parameters per request for edge cases. I can edit the library myself but need to fork it then. What do you think about this request?
The text was updated successfully, but these errors were encountered:
Hello,
Thank you for the great library. I hit couple roadblocks. When I create client on client side it works great. When I need to write tests I need to add custom headers, this is not allowed after client is created. Also for fullstack frameworks like SvelteKit, we have custom fetcher on the server side which works as event bus. I need to reinstantiate the client on server side, which seems unnececssary. I think it would be helpful to have client created with given data but when you do a query or mutation I should be able to individually set those parameters per request for edge cases. I can edit the library myself but need to fork it then. What do you think about this request?
The text was updated successfully, but these errors were encountered: