From e8f31beccb027e6d389917962996d6fd299d5550 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E6=B6=9B?= Date: Mon, 20 Jun 2022 09:51:14 +0800 Subject: [PATCH] =?UTF-8?q?enhance:=E5=A2=9E=E5=8A=A0React=E5=B7=A5?= =?UTF-8?q?=E5=85=B7=E4=B9=A6=E4=B8=AD=E7=9A=84Zustand=E7=AB=A0=E8=8A=82?= =?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 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/source/_posts/react-tools-book.md b/source/_posts/react-tools-book.md index bd16dbb..fcfba0d 100644 --- a/source/_posts/react-tools-book.md +++ b/source/_posts/react-tools-book.md @@ -19,12 +19,16 @@ date: 2021-07-12 14:13:26 | 首次发布 | 最近更新 | 修订版本 | 适用 React 版本 | | :-----------: | :-----------: | :------: | :-------------: | -| 2019 年 09 月 | 2022 年 05 月 | 48 | 18.1.0 | +| 2019 年 09 月 | 2022 年 06 月 | 49 | 18.1.0 | 点此下载:{% oss_link react-books/React.pdf "《Live with React》" %} ## 更新记录 +修订版本 49: + +- 增加Zustand状态管理库的使用说明。 + 修订版本 48: - 补充使用Redux Toolkit时,在一个State片段中响应其他State片段定义的Action的说明。