From 2d2ce31f2e010e85174189a0c2e8b46d4cca6446 Mon Sep 17 00:00:00 2001 From: afeishen Date: Tue, 26 Jul 2022 07:53:26 +0000 Subject: [PATCH] =?UTF-8?q?update=20README.md.=20=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E4=B8=89=E6=96=B9=E5=BA=93rxjs=20Signed-off-by:afeishen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 00c956f..67fb5ad 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,14 @@ [返回目录](#目录) +### 框架 + +|三方组件名称|描述|sample地址| +|:---:|:---:|:---:| +| [RxJS](https://github.com/Reactive-Extensions/RxJS) | 响应式编程框架,在复杂异步操作上能保持代码简洁性。| + +[返回目录](#目录) + ### 其他 |三方组件名称|描述|sample地址| |:---:|:---:|:---:| -- Gitee