# 本书简介

> 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的语法


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://markzzw.gitbook.io/yue-du-antd-yuan-ma/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
