lxf-keeps-learning

55 mods across 1 repository, 2 stars between them.

list-page

27

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.

2 11d ago A 19 tokens

map-page

28

lxf-keeps-learning/AI-AI-Coding

Cursor rule Cursor

Rules for map pages, covering layers, interaction, performance, and coordinate systems used to place locations.

2 11d ago A 14 tokens

large-data

30

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.

2 11d ago A 11 tokens

render

32

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.

2 11d ago A 13 tokens

component-refactor

34

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.

2 11d ago A 16 tokens

hooks-refactor

35

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.

2 11d ago A 15 tokens

page-refactor

36

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.

2 11d ago A 12 tokens

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.

2 11d ago A 16 tokens

security-review

40

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.

2 11d ago A 15 tokens

base-search

42

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.

2 11d ago A 17 tokens

check-tree

46

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.

2 11d ago A 16 tokens

lazy-tree

47

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.

2 11d ago A 22 tokens

tree

48

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.

2 11d ago A 12 tokens