https://github.com/bluzzi/next-server-actions
A test implementation of NextJS Server Actions with Tanstack Query.
https://github.com/bluzzi/next-server-actions
nextjs server-actions server-side-rendering tanstack-query
Last synced: 12 days ago
JSON representation
A test implementation of NextJS Server Actions with Tanstack Query.
- Host: GitHub
- URL: https://github.com/bluzzi/next-server-actions
- Owner: Bluzzi
- Created: 2023-11-10T08:56:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-10T22:45:31.000Z (over 1 year ago)
- Last Synced: 2025-03-29T06:22:48.351Z (about 1 month ago)
- Topics: nextjs, server-actions, server-side-rendering, tanstack-query
- Language: TypeScript
- Homepage:
- Size: 24.4 KB
- Stars: 14
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NextJS Server Actions with TanStack Query Test
A test implementation showcasing the integration of NextJS Server Actions with Tanstack Query.## Technologies Used
- [NextJS](https://nextjs.org/)
- [Prisma](https://www.prisma.io/)
- [TanStack Query](https://tanstack.com/query/latest)
- [Zod](https://zod.dev/)
- [Zod Prisma Types](https://github.com/chrishoermann/zod-prisma-types)## Description
This project serves as a demonstration of utilizing NextJS Server Actions along with TanStack Query for efficient data fetching and management. Prisma is employed as the database toolkit, while Zod and Zod Prisma Types are used for schema validation.