Zodios : an open source HTTP client with type checking at both compile time and runtime #1165
ecyrbe
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I made zodios, an http client with compile time and runtime type checking backed by zod.
I now feel confident about it and the features it provide and have also time to give support to people using it.
It is now composed of 3 packages :
@zodios/core
,@zodios/plugins
@zodios/react
It is already used on production on a big web application (more than 100k users daily).
i also started an article series on dev.to about it :
Maybe it could be mentionned in zod ecosystem libraries ? either way, thank you for the wonderfull library. I'm using it everywhere where i need validation. not just for Zodios.
Beta Was this translation helpful? Give feedback.
All reactions