Skip to content

Commit

Permalink
docs: add formily&ahooks to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
imsobear committed Sep 21, 2020
1 parent 65435ea commit 2c2e149
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@ Please see our [CONTRIBUTING.md](/.github/CONTRIBUTING.md)
| [icestark] | [![icestark-status]][icestark-package] | [docs][icestark-docs] |Micro Frontends solution for large application|
| [icestore] | [![icestore-status]][icestore-package] | [docs][icestore-docs] |Simple and friendly state for React|
| [iceworks]| [![iceworks-status]][iceworks-package] | [docs][iceworks-docs] |Visual Intelligent Development Assistant|
| [formily-repo]| [![formily-status]][formily-package] | [docs][formily-docs] |Performant, flexible and extensible form solusion|
| [ahooks-repo]| [![ahooks-status]][ahooks-package] | [docs][ahooks-docs] |React Hooks Library|

[icejs]: https://github.com/alibaba/ice
[icestark]: https://github.com/ice-lab/icestark
Expand All @@ -155,6 +157,16 @@ Please see our [CONTRIBUTING.md](/.github/CONTRIBUTING.md)
[icestore-docs]: https://github.com/ice-lab/icestore#icestore
[iceworks-docs]: https://ice.work/docs/iceworks/about

[formily-repo]: https://github.com/alibaba/formily
[formily-status]: https://img.shields.io/npm/v/@formily/react.svg
[formily-package]: https://npmjs.com/package/@formily/react
[formily-docs]: https://formilyjs.org/

[ahooks-repo]: https://github.com/alibaba/ahooks
[ahooks-status]: https://img.shields.io/npm/v/@ahooks/react.svg
[ahooks-package]: https://npmjs.com/package/@ahooks/react
[ahooks-docs]: https://ahooks.js.org

## Community

| DingTalk community | GitHub issues | Gitter |
Expand Down
12 changes: 12 additions & 0 deletions README_zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@ createApp(appConfig)
| [icestark] | [![icestark-status]][icestark-package] | [docs][icestark-docs] | 面向大型应用的微前端解决方案 |
| [icestore] | [![icestore-status]][icestore-package] | [docs][icestore-docs] | 简单友好的轻量级状态管理方案 |
| [iceworks]| [![iceworks-status]][iceworks-package] | [docs][iceworks-docs] | 可视化智能开发助手 |
| [formily-repo]| [![formily-status]][formily-package] | [docs][formily-docs] |能力完备性能出众的表单解决方案|
| [ahooks-repo]| [![ahooks-status]][ahooks-package] | [docs][ahooks-docs] |React Hooks Library|

[icejs]: https://github.com/ice-lab/icejs
[icestark]: https://github.com/ice-lab/icestark
Expand All @@ -155,6 +157,16 @@ createApp(appConfig)
[icestore-docs]: https://github.com/ice-lab/icestore#icestore
[iceworks-docs]: https://ice.work/docs/iceworks/about

[formily-repo]: https://github.com/alibaba/formily
[formily-status]: https://img.shields.io/npm/v/@formily/react.svg
[formily-package]: https://npmjs.com/package/@formily/react
[formily-docs]: https://formilyjs.org/

[ahooks-repo]: https://github.com/alibaba/ahooks
[ahooks-status]: https://img.shields.io/npm/v/@ahooks/react.svg
[ahooks-package]: https://npmjs.com/package/@ahooks/react
[ahooks-docs]: https://ahooks.js.org

## 社区

| 钉钉群 | GitHub issues | Gitter |
Expand Down

0 comments on commit 2c2e149

Please sign in to comment.