From c84b4ba2e3dfe3edfb4800b8085f6ce13ca3be22 Mon Sep 17 00:00:00 2001 From: yhy <1281491236@qq.com> Date: Thu, 16 Sep 2021 14:08:42 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=96=B0=E5=A2=9E=20=20react=20?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E5=9F=BA=E7=A1=80=E7=9F=A5=E8=AF=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index b30ba83..414d0ed 100644 --- a/README.md +++ b/README.md @@ -296,6 +296,15 @@ JavaScrip 在变量被创建时分配内存,并在对象不再使用时自动 - [ ] [What’s the Difference Between Synthetic React Events and JavaScript Events?](https://betterprogramming.pub/whats-the-difference-between-synthetic-react-events-and-javascript-events-ba7dbc742294),需自备梯子 - [ ] [React 17 removes event pooling in the modern browsers](https://blog.saeloun.com/2021/04/06/react-17-removes-event-pooling-in-modern-system.html) +### 组件 +组件允许你将 UI 拆分为独立可复用的代码片段,并对每个片段进行独立构思 + +- [ ] 文档 + - [ ] [React 官方文档](https://zh-hans.reactjs.org/docs/components-and-props.html) +- [ ] 推荐文章 + - [ ] [寫 React Components 該注意的6個地方與技巧](https://medium.com/@chihsuan/%E5%AF%AB-react-components-%E8%A9%B2%E6%B3%A8%E6%84%8F%E7%9A%846%E5%80%8B%E5%9C%B0%E6%96%B9%E8%88%87%E6%8A%80%E5%B7%A7-faa2bb87a18e) + - [ ] [编写高效且可读组件的 5 个最佳实践](https://www.infoq.cn/article/ry4icky5crb1pokvi0ql) + - [ ] [designing-react-components-best-practices](https://www.thisdot.co/blog/designing-react-components-best-practices) ## Vue ## 组件库