Skip to main content

Frontend Standards

⚛️ React & Next.js

  • Version: Next.js 14+ (App Router).
  • Language: TypeScript (Strict mode).
  • State Management: React Query for server state, Zustand for client state. Avoid Redux unless necessary.

🎨 Styling

  • Framework: Tailwind CSS.
  • Naming: kebab-case for classes (if custom).
  • Icons: Lucide React or Heroicons.

📱 Mobile (React Native)

  • Framework: Expo SDK.
  • Styling: NativeWind.
  • Navigation: Expo Router.