From 821f1965b31b46ebd3a1107b7520bb13e8a5a390 Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Tue, 4 Oct 2022 00:59:54 +0800 Subject: [PATCH] doc: update `react.md` cheatsheet. --- docs/react.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/react.md b/docs/react.md index ef7c19c..ee8953a 100644 --- a/docs/react.md +++ b/docs/react.md @@ -784,4 +784,7 @@ Hooks 另见 ---- -- [反应生命周期方法图](https://projects.wojtekmaj.pl/react-lifecycle-methods-diagram/) \ No newline at end of file +- [React 官方中文文档](https://zh-hans.reactjs.org/) _(zh-hans.reactjs.org)_ +- [反应生命周期方法图](https://projects.wojtekmaj.pl/react-lifecycle-methods-diagram/) _(projects.wojtekmaj.pl)_ +- [React 16 Cheat Sheet](https://reactcheatsheet.com) +- [Awesome React](https://github.com/enaqx/awesome-react) _(github.com)_ \ No newline at end of file