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

https://github.com/emanuelefavero/tanstack-query

This repository shows how to use the TanStack Query library with Next.js
https://github.com/emanuelefavero/tanstack-query

data-fetching fetch nextjs react react-query tanstack-query typescript

Last synced: 6 months ago
JSON representation

This repository shows how to use the TanStack Query library with Next.js

Awesome Lists containing this project

README

          

# TanStack Query

This repository shows how to use the TanStack Query library with Next.js

> [TanStack Query](https://tanstack.com/query/latest) is a data fetching and caching library for React and React Native.

## Getting Started

- Clone the repository
- Run `npm install`
- Run `npm run dev`
- Visit `http://localhost:3000`

## Resources

- [TanStack Query](https://tanstack.com/query/latest)
- [Next.js](https://nextjs.org/)
- [React Query](https://react-query.tanstack.com/)

## License

- [MIT](LICENSE.md)