zenstack/samples/next.js
2025-12-27 22:49:19 +08:00
..
app refactor: extract client-helpers package, update svelte-query to v6 (#535) 2025-12-27 22:49:19 +08:00
lib feat(tanstack-query): new implementation of tanstack-query react hooks (#356) 2025-11-02 23:14:11 -08:00
public feat(tanstack-query): new implementation of tanstack-query react hooks (#356) 2025-11-02 23:14:11 -08:00
zenstack refactor(orm): simplify model results typing (#485) 2025-12-13 16:59:03 +08:00
.gitignore feat(tanstack-query): new implementation of tanstack-query react hooks (#356) 2025-11-02 23:14:11 -08:00
eslint.config.mjs feat(tanstack-query): new implementation of tanstack-query react hooks (#356) 2025-11-02 23:14:11 -08:00
next.config.ts refactor: extract client-helpers package, update svelte-query to v6 (#535) 2025-12-27 22:49:19 +08:00
package.json refactor: extract client-helpers package, update svelte-query to v6 (#535) 2025-12-27 22:49:19 +08:00
postcss.config.mjs feat(tanstack-query): new implementation of tanstack-query react hooks (#356) 2025-11-02 23:14:11 -08:00
README.md feat(tanstack-query): new implementation of tanstack-query react hooks (#356) 2025-11-02 23:14:11 -08:00
tsconfig.json feat(tanstack-query): new implementation of tanstack-query react hooks (#356) 2025-11-02 23:14:11 -08:00

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

Getting Started

  • pnpm install
  • pnpm db:init
  • pnpm dev