An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

@crescendolab/zodios-react-query-v5




Zodios logo




React hooks for zodios backed by react-query





langue typescript


npm


GitHub

GitHub Workflow Status

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)