Skip to content
This repository was archived by the owner on Jul 3, 2026. It is now read-only.

Commit cfce7b9

Browse files
committed
2.1.1
【修复】 - 搜索/预览请求过期回写的问题 【优化】 - 引入 React Compiler,减少手写 memo - 清理派生状态 Effect,挪回渲染期和事件处理
1 parent 5705500 commit cfce7b9

55 files changed

Lines changed: 3824 additions & 3313 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ vp check
8989
3. 添加或删除依赖后,及时更新相关文档
9090
4. 注释简洁,不必添加过多说明,除非改动可能引起的其它后果
9191
5. 谨慎进行大范围重构或技术栈变更,同时需要在 PR 中说明相关变更理由
92+
6. 项目默认依赖 React Compiler 负责渲染级 memo 化,新增代码避免习惯性引入 `useCallback``memo``React.memo`
9293

9394
### 代码格式化
9495

0 commit comments

Comments
 (0)