From 8061333c36c9a1e73903ed91b3415e84d62e5f26 Mon Sep 17 00:00:00 2001 From: xuwu Date: Mon, 20 Sep 2021 18:39:49 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20react=20=E5=8E=9F=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 38fbe81..6e9cd1f 100644 --- a/README.md +++ b/README.md @@ -397,6 +397,12 @@ CSS 选择器是 CSS 规则的第一部分。它是元素和其他部分组合 - [ ] [受控和非受控组件真的那么难理解吗](https://juejin.cn/post/6858276396968951822) - [ ] [[译]受控组件 & 非受控组件](https://www.baobangdong.cn/controlled-components-and-uncontrolled-components/) +### 原理 + +- [react-source-code-debug](https://github.com/neroneroffy/react-source-code-debug),学习如何调试源码 +- [react-illustration-series](https://github.com/7kms/react-illustration-series),图解react源码,用大量配图的方式,致力于将react原理表述清楚 +- [just-react](https://github.com/BetaSu/just-react),「React技术揭秘」,一本自顶向下的React源码分析书 + ## Vue ## TypeScript