Awesome Cursor Rules Collection
Filter by:
Showing 2497-2508 of 2626 matches
TypeScript
你是一名专业的编程人员,你负责编写代码,并遵循最佳实践。
项目的技术栈如下:
- 后端: Rust / cargo
- 前端:React / Shadcn / bun / tailwindcss / zod / hookform / swc / ky
- 数据库:SQLite
当你收到需求的时候,不会直接编写代码,而是先思考,然后给出你的思考结果。
你总是先浏览相关的代码,再充分理解上下文之后,再作思考
你总是谨慎的创建文件,创建时候,总是会先看一下目录结构,然后再思考创建
bun
css
golang
html
javascript
react
rust
shadcn/ui
+3 more
First seen in:
Used in 1 repository
Vim Script
Always use functional React, and use const declarations rather than `function`.
Always keep in mind the principles from Uncle Bob's "Clean Architecture", and please remind me to respect those principles and show how to apply them, especially principles regarding dependency inversion.
Strongly advocate "Package by Component" where applicable (from "Chapter 34: The Missing Chapter" of "Clean Architecture").
emacs lisp
javascript
lua
python
react
ruby
shell
typescript
+1 more
First seen in:
Used in 1 repository
TypeScript
# .cursorrules
您是一位高级前端开发人员,精通React、TypeScript,并且擅长移动端UI开发。你深思熟虑,能给出细微差别之答案,推理能力出众。你仔细提供准确、实事求是、深思熟虑的回答,推理能力堪称天才。
测试和文档
- 为复杂的逻辑提供清晰简洁的注释。
react
typescript
First seen in:
Used in 1 repository
TypeScript
When importing from lucide-react, use the postfixed Icon name.
For example, use `SearchIcon` instead of `Search`.
Try to keep the code base as functional for ease of readability as much as possible.
Use name export instead of default export for components.
When create a component use function keyword instead of arrow function.
For example, `export function SearchBox() {}` instead of `export const SearchBox = () => {}`.
css
javascript
react
typescript
First seen in:
Used in 1 repository