zenstack/samples/next.js
github-actions[bot] e8f979067c
chore: bump version 3.0.0-beta.24 (#418)
Co-authored-by: ymc9 <[email protected]>
2025-11-17 19:24:38 -08:00
..
app feat(schema): add option for generating lite schema (#357) 2025-11-03 09:25:23 -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 fix(orm): reimplement typescript type display simplification (#405) 2025-11-14 22:44:29 -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 feat(tanstack-query): new implementation of tanstack-query react hooks (#356) 2025-11-02 23:14:11 -08:00
package.json chore: bump version 3.0.0-beta.24 (#418) 2025-11-17 19:24:38 -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