React Query
Zeus can generate type-safe versions of React queries useQuery
, useMutation
etc. and React hooks as useTypedQuery
, useTypedMutation
etc. by simply adding the --reactQuery
flag to the CLI. All types data
responses are then inherited from the Zeus query. 🚀
Last updated