Skip to content

Frontend Performance guidelines - #159

Open
MajorLift wants to merge 4 commits into
mainfrom
jongsun/perf/react/251114-performance-guidelines
Open

Frontend Performance guidelines#159
MajorLift wants to merge 4 commits into
mainfrom
jongsun/perf/react/251114-performance-guidelines

Conversation

@MajorLift

@MajorLift MajorLift commented Nov 14, 2025

Copy link
Copy Markdown
Contributor

Frontend Performance Optimization Guidelines


Note

Low Risk
Low risk: documentation-only change with no runtime or build impact, though teams may adopt recommended patterns over time.

Overview
Adds a new docs/frontend-performance.md guide documenting high-impact React/Redux performance anti-patterns (e.g., useSelector(..., isEqual), JSON.stringify in deps, excessive createDeepEqualSelector, index keys) and recommended fixes (memoization, selector design, virtualization, lazy-loading, effect hygiene).

Includes a prioritized audit-oriented checklist with links to tracking issues plus a section on React Compiler considerations and when manual memoization is still needed.

Written by Cursor Bugbot for commit 4411ca5. This will update automatically on new commits. Configure here.

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants