detail-page
25lxf-keeps-learning/AI-AI-Coding
Cursor rule Cursor
Rules for detail pages, covering data retrieval, content sections, and entry points for editing.
lxf-keeps-learning/AI-AI-Coding
Cursor rule Cursor
Rules for detail pages, covering data retrieval, content sections, and entry points for editing.
lxf-keeps-learning/AI-AI-Coding
Cursor rule Cursor
Rules for building form pages, including validation, drafts, submission, and accessibility.
lxf-keeps-learning/AI-AI-Coding
Cursor rule Cursor
A set of rules for list pages, including tables, pagination, filters, empty states, loading indicators, and linked actions.
lxf-keeps-learning/AI-AI-Coding
Cursor rule Cursor
Rules for map pages, covering layers, interaction, performance, and coordinate systems used to place locations.
lxf-keeps-learning/AI-AI-Coding
Cursor rule Cursor
Rules for chart performance, covering data volume, animation, and fallback when WebGL is unavailable.
lxf-keeps-learning/AI-AI-Coding
Cursor rule Cursor
A rule for handling large datasets through chunking, workers, and a main-thread budget. Chunking means processing data in smaller pieces, while workers run work away from the browser’s main thread.
lxf-keeps-learning/AI-AI-Coding
Cursor rule Cursor
Memory-management rules covering event listeners, timers, closures, and large objects.
lxf-keeps-learning/AI-AI-Coding
Cursor rule Cursor
Rendering-performance rules covering memoization, list keys, and unnecessary updates. Memoization means reusing a previous result instead of calculating it again.
lxf-keeps-learning/AI-AI-Coding
Cursor rule Cursor
Table-performance rules for rendering columns, showing expanded rows, and keeping columns fixed while scrolling.
lxf-keeps-learning/AI-AI-Coding
Cursor rule Cursor
A set of rules for refactoring reusable interface components while preserving API compatibility. Refactoring means changing code’s structure without changing what it is expected to do.
lxf-keeps-learning/AI-AI-Coding
Cursor rule Cursor
Rules for refactoring React hooks, which are functions that let components use state and other React features. They focus on dependency lists, stability, and how much code each hook should cover.
lxf-keeps-learning/AI-AI-Coding
Cursor rule Cursor
Rules for reorganising a web application’s routes, state, and data flow. The description does not provide more detail.
lxf-keeps-learning/AI-AI-Coding
Cursor rule Cursor
A rule for performance refactoring based on measurement, comparison, and a rollback plan. Performance refactoring changes code to improve speed or resource use.
lxf-keeps-learning/AI-AI-Coding
Cursor rule Cursor
A code-review rule focused on readable code, edge cases, and consistency.
lxf-keeps-learning/AI-AI-Coding
Cursor rule Cursor
A set of rules for reviewing software performance, including bottlenecks, measurements, and regression risks.
lxf-keeps-learning/AI-AI-Coding
Cursor rule Cursor
A set of rules for reviewing software security, including cross-site scripting, cross-site request forgery, permissions, and sensitive data.
lxf-keeps-learning/AI-AI-Coding
Cursor rule Cursor
A set of rules for advanced searches using multiple conditions, ranges, and tags.
lxf-keeps-learning/AI-AI-Coding
Cursor rule Cursor
Interface rules for a BaseSearch component, covering queries, resetting, collapsing the first three items, and responsive layout.
lxf-keeps-learning/AI-AI-Coding
Cursor rule Cursor
A set of interface rules for a collapsible search area, including its default state, page anchor, and first-screen height.
lxf-keeps-learning/AI-AI-Coding
Cursor rule Cursor
CRUD 列表页:标准结构、useTable + useDialog + BaseSearch.
lxf-keeps-learning/AI-AI-Coding
Cursor rule Cursor
A set of rules for building tables that show only the rows needed on screen while scrolling.
lxf-keeps-learning/AI-AI-Coding
Cursor rule Cursor
Rules for a checkable tree interface, where items can be selected, partly selected, disabled, or filled back in from related selections.
lxf-keeps-learning/AI-AI-Coding
Cursor rule Cursor
A lazy-loading tree component loads child items only when needed. It supports asynchronous children, checkbox state restoration, search filtering, and retrying failed loads.
lxf-keeps-learning/AI-AI-Coding
Cursor rule Cursor
Usage rules for the BaseTree component and the useTree hook. These are tools for displaying and controlling tree-shaped data, such as nested folders or categories.