diff --git a/source/_posts/react-tools-book.md b/source/_posts/react-tools-book.md index 8674ff3..0ec4a88 100644 --- a/source/_posts/react-tools-book.md +++ b/source/_posts/react-tools-book.md @@ -19,12 +19,19 @@ date: 2021-07-12 14:13:26 | 首次发布 | 最近更新 | 修订版本 | 适用 React 版本 | | :-----------: | :-----------: | :------: | :-------------: | -| 2019 年 09 月 | 2021 年 11 月 | 41 | 17.0.2 | +| 2019 年 09 月 | 2021 年 12 月 | 42 | 17.0.2 | 点此下载:{% oss_link react-books/React.pdf React技术栈速查手册 %} ## 更新记录 +修订版本 42: + +- 增加了关于在 Vite 中配置 React 插件的说明。 +- 增加了关于如何在 Vite 中配置 Emotion 的编译标注的说明。 +- 增加了关于如何结合使用Emotion和Tailwind CSS的说明。 +- 增加了一些可以在 Styled Components 中使用的Stylis语法。 + 修订版本 41: - 增加了关于在 Vite 中使用 Less 变量修改组件主题的说明。