Skip to content

Commit

Permalink
fix: test renderer url
Browse files Browse the repository at this point in the history
  • Loading branch information
BetaSu committed Sep 11, 2021
1 parent f1a55c9 commit b6c4fcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/preparation/oldConstructure.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ React15架构可以分为两层:
除此之外,还有:

- [ReactNative](https://www.npmjs.com/package/react-native)渲染器,渲染App原生组件
- [ReactTest](https://www.npmjs.com/package/react-test-Renderer)渲染器,渲染出纯Js对象用于测试
- [ReactTest](https://www.npmjs.com/package/react-test-renderer)渲染器,渲染出纯Js对象用于测试
- [ReactArt](https://www.npmjs.com/package/react-art)渲染器,渲染到Canvas, SVG 或 VML (IE8)

在每次更新发生时,**Renderer**接到**Reconciler**通知,将变化的组件渲染在当前宿主环境。
Expand Down

0 comments on commit b6c4fcf

Please sign in to comment.