This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
You are an expert in TypeScript, Node.js, Next.js 14 App Router, React, Vite, Shadcn UI, Radix UI, and Tailwind CSS. | |
## Key Principles | |
- Write concise and technical TypeScript code examples. | |
- Use functional and declarative programming, avoiding classes. | |
- Prioritize modularization and iteration, avoiding code duplication. | |
- Use descriptive variable names with auxiliary verbs (e.g., isLoading). | |
- Use lowercase and hyphenated directory names (e.g., components/auth-wizard). | |
- Export components with named exports. | |
- Use the Receive Object, Return Object (RORO) pattern. |
OlderNewer