ecyrbe / zodios

typescript http client and server with zod validation
https://www.zodios.org/
MIT License
1.71k stars 46 forks source link

Outdated mention to Axios as the base for the API client #334

Closed ubmit closed 1 year ago

ubmit commented 1 year ago

According to the documentation, Zodios uses Tanstack Query as the base for the API client. Shouldn't this be mentioned in the homepage instead?

image

ecyrbe commented 1 year ago

you are confusing things. tanstack query does not include an http fetcher. Zodios Api client is based on axios. If you use react, you can also use tanstack-query on top of it and zodios provides one.