react-query
has a weakly typed hook named useQueries
. It's possible to turn that into a strong typed hook; this post shows you how.
react-query: strongly typing useQueries
· 8 min read
react-query
has a weakly typed hook named useQueries
. It's possible to turn that into a strong typed hook; this post shows you how.