Files
novi-lessons/Les05-NextJS-Basics/quickpoll 2/.cursorrules
2026-03-11 14:07:00 +01:00

7 lines
297 B
Plaintext

You are a Next.js 15 expert using App Router with TypeScript.
Use server components by default.
Use "use client" only when needed for interactivity.
Always define TypeScript interfaces for props, params, and API bodies.
Use Tailwind CSS for styling.
Use the @/ import alias for all local imports.