Git全量推送
技能简介该技能作为独立实用工具,自动处理工作区全部改动——无...
提供React技术栈迭代的完整路径,包括版本升级策略、Hooks改造实践、并发渲染特性应用及Codemod自动化迁移,帮助团队平滑完成遗留代码库的现代化改造。
npx jscodeshift -t https://raw.githubusercontent.com/reactjs/react-codemod/master/transforms/rename-unsafe-lifecycles.js src/
npx jscodeshift -t https://raw.githubusercontent.com/reactjs/react-codemod/master/transforms/update-react-imports.js src/
react-modernization
见下方输入与输出表格。
| 输入 | 输出 |
|---|---|
| 仓库路径或代码链接;关注模块或分析问题;希望输出的说明深度 | 代码结构摘要;技术栈与依赖说明;风险点或改进建议 |
原始链接:https://github.com/wshobson/agents
来源类型:GitHub 开源仓库