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
- Host: GitHub
- URL: https://github.com/emanuelefavero/tanstack-query
- Owner: emanuelefavero
- License: mit
- Created: 2024-11-21T22:52:01.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-11-22T00:42:09.000Z (11 months ago)
- Last Synced: 2025-02-04T16:50:24.490Z (8 months ago)
- Topics: data-fetching, fetch, nextjs, react, react-query, tanstack-query, typescript
- Language: TypeScript
- Homepage:
- Size: 198 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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)