## Development Patterns
### Component Structure
- Use functional components with TypeScript
- Props interfaces should be prefixed with 'I'
- Export components as named exports
- Place components in feature-based folders
### State Management
- Use React Query for server state
- Use Zustand for global client state
- Prefer composition over inheritance
### File Organization
- Feature-based folder structure
- Shared components in /components
- Business logic in /hooks and /utils
css
html
javascript
react
typescript
zustand
First Time Repository
Created with StackBlitz ⚡️
TypeScript
Languages:
CSS: 0.1KB
HTML: 0.4KB
JavaScript: 1.0KB
TypeScript: 21.6KB
Created: 1/13/2025
Updated: 1/19/2025
All Repositories (1)
Created with StackBlitz ⚡️