Skip to content

Commit 34917e5

Browse files
Merge main
2 parents fd8d0c4 + be70bb9 commit 34917e5

File tree

4 files changed

+895
-790
lines changed

4 files changed

+895
-790
lines changed

templates/starter/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,6 @@ dist-ssr
2222
*.njsproj
2323
*.sln
2424
*.sw?
25+
26+
# Claude Code
27+
.claude/settings.local.json

templates/starter/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ Designed for common app scenarios, easy extensibility, and minimal setup.
1818
- [Tailwind CSS](https://tailwindcss.com/) - utility-first CSS framework
1919
- [shadcn/ui](https://ui.shadcn.com/) - pre-installed UI components
2020
- [React Router](https://reactrouter.com/) - pages, routing
21-
- [Tanstack Query](https://tanstack.com/query/docs) - data fetching, state management
22-
- [Tanstack Table](https://tanstack.com/query/docs) - interactive tables, datagrids
21+
- [Zustand](https://zustand.docs.pmnd.rs/) - state management
22+
- [Tanstack Query](https://tanstack.com/query/latest) - data fetching, state management
23+
- [Tanstack Table](https://tanstack.com/table/latest) - interactive tables, datagrids
2324
- [Lucide](https://lucide.dev/) - icons
2425

0 commit comments

Comments
 (0)