11 lines
419 B
Plaintext
11 lines
419 B
Plaintext
---
|
|
description: Defines guidelines for creating reusable and maintainable React components.
|
|
globs: components/**/*.tsx
|
|
---
|
|
- Prioritize reusability and modularity
|
|
- Ensure consistent naming conventions
|
|
- Follow React best practices and patterns
|
|
- Implement proper prop validation
|
|
- Consider internationalization requirements
|
|
- Optimize for SEO when applicable
|
|
- Ensure compatibility with different browsers and devices |