blog/source/_posts/react-tools-book.md

45 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: React技术栈速查手册
tags:
- 前端
- React
- 工具书
categories:
- - 前端
- React
keywords: '前端,React,工具书'
date: 2021-07-12 14:13:26
---
这本自编的工具书《React技术栈速查手册》自很早就在更新了但是之前一直仅在自己周围的小圈子里使用。现在把这本小书共享出来希望能够服务更多的人。<!-- more -->
如果书中有不正确的地方,欢迎指正。如需引用,请明确声明来源,尊重版权。
## 下载链接
| 首次发布 | 最近更新 | 修订版本 | 适用React版本 |
|:---:|:---:|:---:|:---:|
| 2019年09月 | 2021年07月 | 36 | 17.0.2 |
点此下载:{% oss_link react-books/React.pdf React技术栈速查手册 %}
## 更新记录
修订版本 37:
- 改正了一些书写错误。
修订版本 36:
- 增加了介绍PropTypes类型检查的内容。
修订本班 35:
- 增加了介绍Emotion库的内容。
- 改动了Styled Components一章的部分描述。
修订版本 34:
- 重新使用Latex排版。
- 增加了SWR的部分内容。