workleap-react-best-practices
Workleap React Best Practices
Performance optimization guide for React Single Page Applications (SPA), tailored for Workleap's SPA-first architecture.
When to Apply
Reference these guidelines when:
- Writing new React components
- Reviewing code for performance issues
- Refactoring existing React code
- Optimizing bundle size or load times
- Debugging unnecessary re-renders
Rule Categories by Priority
More from workleap/wl-web-configs
workleap-web-configs
|
31workleap-chromatic-best-practices
|
22workleap-skill-optimizer
|
5workleap-skill-safety-review
>
5pnpm
Node.js package manager with strict dependency resolution. Use when running pnpm specific commands, configuring workspaces, or managing dependencies with catalogs, patches, or overrides.
1git-commit
Execute git commit with conventional commit message analysis, intelligent staging, and message generation. Use when user asks to commit changes, create a git commit, or mentions "/commit". Supports: (1) Auto-detecting type and scope from changes, (2) Generating conventional commit messages from diff, (3) Interactive commit with optional type/scope/description overrides, (4) Intelligent file staging for logical grouping
1