zenstack/samples/next.js/README.md
Yiming Cao e919bb0199
feat(tanstack-query): new implementation of tanstack-query react hooks (#356)
* WIP

* feat: tanstack-query/react CRUD hooks implementation

* fix build

* addressing PR comments

* update

* update

* migrate tests

* update

* fix test environment

* use happy-dom instead of jsdom
2025-11-02 23:14:11 -08:00

231 B

This is a sample project demonstrating using Next.js and TanStack Query with ZenStack v3.

Getting Started

  • pnpm install
  • pnpm db:init
  • pnpm dev