zenstack/samples/next.js
Yiming Cao 2c9db43cc2
feat(cli): implement watch mode for generate (#573)
* feat(cli): implement watch mode for generate

* chore(root): update pnpm-lock.yaml

* chore(cli): track all model declaration and removed paths, logs in past tense

* fix(cli): typo, unused double array from

* fix(orm): preserve zod validation errors when validating custom json types

* update

* chore(cli): move import, fix parallel generation on watch

* feat(common-helpers): implement single-debounce

* chore(cli): use single-debounce for debouncing

* feat(common-helpers): implement single-debounce

* fix(common-helpers): re run single-debounce

* fix(tanstack): avoid invalidating queries for custom proc mutations

* add missing file

* fix formatting

---------

Co-authored-by: FTB_lag <[email protected]>
2026-01-08 16:12:14 +08:00
..
app feat(cli): implement watch mode for generate (#573) 2026-01-08 16:12:14 +08:00
lib feat(cli): implement watch mode for generate (#573) 2026-01-08 16:12:14 +08:00
public feat(tanstack-query): new implementation of tanstack-query react hooks (#356) 2025-11-02 23:14:11 -08:00
zenstack feat(cli): implement watch mode for generate (#573) 2026-01-08 16:12:14 +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