From 657c87766fac06180ff75161f33928eaaa78c0ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E6=B6=9B?= Date: Mon, 7 Feb 2022 07:03:07 +0800 Subject: [PATCH] =?UTF-8?q?enhance:React=E5=B7=A5=E5=85=B7=E4=B9=A6?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E7=AB=A0=E8=8A=82=E5=92=8C=E5=86=85=E5=AE=B9?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/_posts/react-tools-book.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/source/_posts/react-tools-book.md b/source/_posts/react-tools-book.md index 0ce3d06..4ce59f8 100644 --- a/source/_posts/react-tools-book.md +++ b/source/_posts/react-tools-book.md @@ -19,12 +19,21 @@ date: 2021-07-12 14:13:26 | 首次发布 | 最近更新 | 修订版本 | 适用 React 版本 | | :-----------: | :-----------: | :------: | :-------------: | -| 2019 年 09 月 | 2021 年 01 月 | 44 | 17.0.2 | +| 2019 年 09 月 | 2021 年 02 月 | 45 | 17.0.2 | 点此下载:{% oss_link react-books/React.pdf React技术栈速查手册 %} ## 更新记录 +修订版本 45: + +这是一次间隔时间比较长的跨年更新。 + +- 增加了React Router 6.x的功能说明。 +- 增加了React对于组件惰性加载的使用说明。 +- 增加了一些对于使用Typescript中泛型的使用技巧。 +- 增加对于Typescript引入的工具接口的说明。 + 修订版本 44: - 增加了React Query库的说明。