From 2f58e7a11cf8f1df357138985031da82e09b7bd6 Mon Sep 17 00:00:00 2001 From: YuJian Date: Thu, 9 Jun 2022 15:49:46 +0800 Subject: [PATCH] vault backup: 2022-06-09 15:49:46 --- .../React 设计模式与最佳实践的碎片记录.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 React 设计模式与最佳实践/React 设计模式与最佳实践的碎片记录.md diff --git a/React 设计模式与最佳实践/React 设计模式与最佳实践的碎片记录.md b/React 设计模式与最佳实践/React 设计模式与最佳实践的碎片记录.md new file mode 100644 index 0000000..464d41f --- /dev/null +++ b/React 设计模式与最佳实践/React 设计模式与最佳实践的碎片记录.md @@ -0,0 +1,2 @@ +- 组件最好是独立存在,与其他代码之间的纠葛越少越好 +- 组件可以用于实现副作用,而并不一定需要处理页面 \ No newline at end of file