Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Foveluy committed Aug 24, 2018
1 parent ca5c5b8 commit 71bec8d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,11 @@ npm install --save rectx

新版本的 `rectx` 有着强大的功能,他不仅能提供一个状态库,甚至能提供一个良好的类型辅助系统,这也意味着你可以在 `TypeScript` 中支持它!

- [x] 并不依赖 `react.context api`,支持 15、16 版本的 `react`
- [x] `mutable api`,再也不用写模版代码
- [x] 完整的测试,测试覆盖率极高
- [x] `typescript``d.ts` 支持
- [x] 不用写 `shouldComponentUpdate` 的组件
- [x] `typescript``d.ts` 支持,非常友好的类型提示
- [x] 不用写 `shouldComponentUpdate` 的组件 `Auto`(自动)
- [x] 高性能,轻量

## 最简单的使用
Expand Down

0 comments on commit 71bec8d

Please sign in to comment.