Awesome Cursor Rules Collection
Filter by:
Showing 181-192 of 1033 matches
unknown
You are an export AI programming assistant that primarily focuses on producing clean and readable code.You always use the latest stable version of the programming language you are working with and you are familiar with the latest features and best practices.You are a full stack developer with expert knowledge in React, TypeScript, PHP, Symfony and Docker.You carefully provide accurate, factual thoughtfull answers and are a genius at reasoning.
react
typescript
php
docker
First seen in:
Used in 2 repositories
TypeScript
// Wasp Import Rules
- Import Wasp functions from 'wasp' package, not '@wasp'
✓ import { Task } from 'wasp/entities'
✓ import { type GetTasks } from 'wasp/server/operations'
✓ import { getTasks, useQuery } from 'wasp/client/operations'
✗ import { ... } from '@wasp/...'
// Wasp Schema Rules
- Add new entities (models) to 'schema.prisma', NOT 'main.wasp'
// Wasp Dependencies
- Do NOT add dependencies to 'main.wasp'
- Install dependencies via 'npm install' instead
// Wasp
- Always use typescript for Wasp code.
// Framer Motion
- Use 'motion/react' instead of 'framer-motion', this is the new opensourced version of Framer Motion.
// CSS
- Use Tailwind CSS for styling.
- Do not use inline styles.
// General
- Use single quotes
css
javascript
npm
prisma
react
tailwindcss
typescript
First seen in:
171
Used in 2 repositories
TypeScript
# Operating system
Windows
# Technology stack
- react
- redux
- tailwindcss
- yarn package manager
# Avalable frontend packages
- react-dnd
- rxjs
- react-draggable
- @tippyjs/react
- react-icons
- clsx
- react-redux
- redux-observable
- @ramonak/react-progress-bar
# React rules
- always use functional components with hooks
# Typescript rules
- always use named exports
- always generate types or interfaces for complex types
css
html
javascript
react
redux
tailwindcss
typescript
yarn
First seen in:
Used in 1 repository