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

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.

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.