Initial commit
This commit is contained in:
43
skills/tanstack-patterns/reference/INDEX.md
Normal file
43
skills/tanstack-patterns/reference/INDEX.md
Normal file
@@ -0,0 +1,43 @@
|
||||
# TanStack Patterns Reference
|
||||
|
||||
Configuration and pattern references for TanStack ecosystem.
|
||||
|
||||
## Available References
|
||||
|
||||
### [router-config.md](router-config.md)
|
||||
Router setup and configuration.
|
||||
- File structure conventions
|
||||
- Root route setup
|
||||
- Route naming conventions
|
||||
- beforeLoad vs loader
|
||||
|
||||
### [query-config.md](query-config.md)
|
||||
QueryClient configuration.
|
||||
- Default configuration
|
||||
- Query options reference
|
||||
- Mutation options reference
|
||||
- Per-query overrides
|
||||
- DevTools setup
|
||||
|
||||
### [caching-strategy.md](caching-strategy.md)
|
||||
Detailed caching patterns.
|
||||
- Grey Haven staleTime standards
|
||||
- Fresh vs stale behavior
|
||||
- Cache invalidation strategies
|
||||
- Manual cache updates
|
||||
- Cache persistence
|
||||
|
||||
### [multi-tenant.md](multi-tenant.md)
|
||||
Multi-tenant patterns with RLS.
|
||||
- Server function patterns
|
||||
- Query key patterns
|
||||
- Tenant context hook
|
||||
- Row Level Security
|
||||
- Best practices
|
||||
|
||||
## Quick Reference
|
||||
|
||||
**Need router setup?** → [router-config.md](router-config.md)
|
||||
**Need query config?** → [query-config.md](query-config.md)
|
||||
**Need caching strategy?** → [caching-strategy.md](caching-strategy.md)
|
||||
**Need multi-tenant patterns?** → [multi-tenant.md](multi-tenant.md)
|
||||
Reference in New Issue
Block a user