SKILL 0 upvotes 1.6K

Rerender Memo

Extract expensive work into memoized components with React.memo. Apply when components perform expensive computations that can be skipped when props haven't changed.

by TheOrcDev View Source

Install

claude skill add TheOrcDev/8bitcn-ui:rerender-memo

Tags

frontend react performance optimization