·react-performance-optimization
</>

react-performance-optimization

nickcrew/claude-ctx-plugin

使用记忆、代码分割和高效渲染策略来响应性能优化模式。在优化缓慢的 React 应用程序、减小包大小或改善大型数据集的用户体验时使用。

222安装·13热度·@nickcrew

安装

$npx skills add https://github.com/nickcrew/claude-ctx-plugin --skill react-performance-optimization

SKILL.md

Expert guidance for optimizing React application performance through memoization, code splitting, virtualization, and efficient rendering strategies.

React Rendering Optimization React re-renders components when props or state change. Unnecessary re-renders waste CPU cycles and degrade user experience. Key optimization techniques:

| React.memo, useMemo, useCallback patterns | skills/react-performance-optimization/references/memoization.md | | Code splitting with lazy/Suspense, bundle optimization | skills/react-performance-optimization/references/code-splitting.md | | Virtualization for large lists (react-window) | skills/react-performance-optimization/references/virtualization.md |

使用记忆、代码分割和高效渲染策略来响应性能优化模式。在优化缓慢的 React 应用程序、减小包大小或改善大型数据集的用户体验时使用。 来源:nickcrew/claude-ctx-plugin。

查看原文

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/nickcrew/claude-ctx-plugin --skill react-performance-optimization
分类
</>开发工具
认证
收录时间
2026-02-01
更新时间
2026-02-18

快速解答

什么是 react-performance-optimization?

使用记忆、代码分割和高效渲染策略来响应性能优化模式。在优化缓慢的 React 应用程序、减小包大小或改善大型数据集的用户体验时使用。 来源:nickcrew/claude-ctx-plugin。

如何安装 react-performance-optimization?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/nickcrew/claude-ctx-plugin --skill react-performance-optimization 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用

这个 Skill 的源码在哪?

https://github.com/nickcrew/claude-ctx-plugin