python
49Cursor rule Cursor
Python development rules for web applications, data work, machine learning, automation, APIs, and microservices. Python is a programming language commonly used for these tasks.
Cursor rule Cursor
Python development rules for web applications, data work, machine learning, automation, APIs, and microservices. Python is a programming language commonly used for these tasks.
Cursor rule Cursor
A set of React rules for reducing unnecessary work while a web interface updates. React is a JavaScript library for building user interfaces; the rules cover memoization, cached calculations, stable callbacks, list virtualization, and code splitting.
Cursor rule Cursor
React best-practice rules covering file organisation, naming, and component design patterns such as higher-order components, render props, and compound components. These are reusable ways to structure React interfaces.
Cursor rule Cursor
A set of React security rules and examples for checking user input and cleaning HTML before displaying it.
Cursor rule Cursor
Advanced React rules for rendering performance, security, accessibility, state management, and component testing. React is a JavaScript library for building user interfaces.
Cursor rule Cursor
React component rules covering project folders, reusable components, and function and class components. React is a JavaScript library for building user interfaces.
Cursor rule Cursor
React Hooks 规范 - 自定义 Hooks、useForm、useLocalStorage 等.
Cursor rule Cursor
React 状态管理 - Context API、useReducer、AuthContext 模式.
Cursor rule Cursor
A set of React development rules for building web, mobile, desktop, server-rendered, and static applications. React is a JavaScript interface framework based on reusable components; JSX is its HTML-like syntax.
Cursor rule Cursor
A set of rules for managing packages and tests in React projects, where React is a JavaScript library for building user interfaces.
Cursor rule Cursor
A set of advanced Rust development rules covering testing, performance, security, platform-specific code, and shared dependencies in Cargo workspaces.
Cursor rule Cursor
A set of Rust rules about ownership, borrowing, lifetimes, and shared pointers. These are Rust’s ways of controlling memory use and access to data.
Cursor rule Cursor
Rules for organizing Rust projects and managing their dependencies with Cargo, Rust’s build and package-management tool.
Cursor rule Cursor
A set of Rust coding rules covering error handling, generics, traits, and asynchronous programming. Rust is a systems programming language that checks memory and thread safety while compiling.
Cursor rule Cursor
A set of Rust development rules for memory-safe systems programming and high-performance applications. It covers Cargo, compiler warnings, documentation, error messages, and links to separate rules for ownership, types, and practices.
Cursor rule Cursor
A set of rules for writing faster and safer Rust code, including guidance on memory use, concurrency, benchmarking, and limited use of unsafe code.