From 0c80a52dac0ba30ffd5d255ded18284b1d4a9871 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E6=B6=9B?= Date: Tue, 17 May 2022 16:19:11 +0800 Subject: [PATCH] =?UTF-8?q?enhance:=E6=9B=B4=E6=96=B0React=E5=B7=A5?= =?UTF-8?q?=E5=85=B7=E4=B9=A6=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/_posts/react-tools-book.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/source/_posts/react-tools-book.md b/source/_posts/react-tools-book.md index 87a31f9..f2164cc 100644 --- a/source/_posts/react-tools-book.md +++ b/source/_posts/react-tools-book.md @@ -1,5 +1,5 @@ --- -title: React技术栈速查手册 +title: React技术栈速查手册(Live with React) tags: - 前端 - React @@ -11,7 +11,7 @@ keywords: '前端,React,工具书' date: 2021-07-12 14:13:26 --- -这本自编的工具书《React 技术栈速查手册》自很早就在更新了,但是之前一直仅在自己周围的小圈子里使用。现在把这本小书共享出来,希望能够服务更多的人。 +这本自编的工具书《Live wtih React》(原名:《React 技术栈速查手册》)自很早就在更新了,但是之前一直仅在自己周围的小圈子里使用。现在把这本小书共享出来,希望能够服务更多的人。 如果书中有不正确的地方,欢迎指正。如需引用,请明确声明来源,尊重版权。 @@ -19,12 +19,21 @@ date: 2021-07-12 14:13:26 | 首次发布 | 最近更新 | 修订版本 | 适用 React 版本 | | :-----------: | :-----------: | :------: | :-------------: | -| 2019 年 09 月 | 2022 年 03 月 | 46 | 17.0.2 | +| 2019 年 09 月 | 2022 年 05 月 | 47 | 18.1.0 | 点此下载:{% oss_link react-books/React.pdf React技术栈速查手册 %} ## 更新记录 +修订版本 47: + +本次手册内容的修订包含一次React大版本的更新,本次更新引入了突破性变更的内容。 + +- 书名改为《Live with React》。 +- 升级手册所依赖的最高React版本到18.1.0。 +- 增加基于Redux Toolkit和基于Hooks的React Redux使用方法说明。 +- 使用Immer库替换了原来的Immutable库作为推荐的不可变数据支持库。 + 修订版本 46: - 修正了关于使用`useImperativeHandle` Hook的示例中的错误。