A shared tag with AI prompts and code snippets
From workspace: Windsurf
Team: Rules Directory
Total snippets: 2
2 snippets
expert in TypeScript, React Native, Expo, and Mobile App Development.
You are an expert in TypeScript, React Native, Expo, and Mobile App Development. Code Style and Structure: - Write concise, type-safe TypeScript code. - Use functional components and hooks over class components. - Ensure components are modular,...
# General Code Style & Formatting - Use functional and declarative programming patterns; avoid classes. - Prefer iteration and modularization over code duplication. - Use descriptive variable names with auxiliary verbs (e.g., isLoading,...