https://github.com/crescendolab-open/zodios-react-query-v5
React hooks for zodios
https://github.com/crescendolab-open/zodios-react-query-v5
axios front-end frontend javascript query react react-hooks tanstack tanstack-react tanstack-react-query typescript zod zodios
Last synced: 3 months ago
JSON representation
React hooks for zodios
- Host: GitHub
- URL: https://github.com/crescendolab-open/zodios-react-query-v5
- Owner: crescendolab-open
- License: apache-2.0
- Created: 2025-06-05T01:29:47.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-11T03:52:47.000Z (about 1 year ago)
- Last Synced: 2025-06-27T17:05:24.116Z (12 months ago)
- Topics: axios, front-end, frontend, javascript, query, react, react-hooks, tanstack, tanstack-react, tanstack-react-query, typescript, zod, zodios
- Language: TypeScript
- Homepage:
- Size: 1.16 MB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
@crescendolab/zodios-react-query-v5
React hooks for zodios backed by react-query
A [Crescendo Lab](https://cresclab.com/)–flavored fork of [ecyrbe/zodios-react](https://github.com/ecyrbe/zodios-react), updated to support React v19 and TanStack Query v5.
# Install
```bash
> pnpm i @crescendolab/zodios-react-query-v5
```
# Usage
Zodios comes with a Query and Mutation hook helper.
It's a thin wrapper around React-Query but with zodios auto completion.
Zodios query hook also returns an invalidation helper to allow you to reset react query cache easily
Check out [packages/examples](https://github.com/crescendolab-open/zodios-react-query-v5/tree/main/packages/examples) for
a example.
# License
Forked from [ecyrbe/zodios-react](https://github.com/ecyrbe/zodios-react) which is licensed under the [MIT License](https://github.com/ecyrbe/zodios-react/blob/main/LICENSE)
Copyright © 2025-preset Crescendo Lab Inc.
Licensed under the [Apache License, Version 2.0](https://github.com/crescendolab-open/zodios-react-query-v5/blob/main/LICENSE)