zenstack/samples/next.js
2025-11-09 20:54:31 -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 feat(schema): add option for generating lite schema (#357) 2025-11-03 09:25:23 -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.21 (#388) 2025-11-09 20:54:31 -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