> For the complete documentation index, see [llms.txt](https://markzzw.gitbook.io/yue-du-antd-yuan-ma/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://markzzw.gitbook.io/yue-du-antd-yuan-ma/readme.md).

# 本书简介

> github: [地址](https://github.com/zhangzewei/read-antd-code) gitbook: [地址](https://markzzw.gitbook.io/yue-du-antd-yuan-ma/)

## 简介

本书主要是解读蚂蚁金服[Antd](https://ant.design/index-cn)的react框架源代码而写，为了学习其思想和代码技巧，如果有什么问题欢迎提出和添加

## 须知

1. 本书主要研究其 `2.13.4` 版本的代码
2. 由于是解读源代码，所以请在观看本书的时候也将代码下载下来一同观看效果更佳
3. antd组件基本采用的是typescript语法，所以需要了解TP的语法
