From f0ff66f3393aa4791dfe2433a68560161e03dfd8 Mon Sep 17 00:00:00 2001 From: YuJian Date: Thu, 9 Jun 2022 15:54:46 +0800 Subject: [PATCH] vault backup: 2022-06-09 15:54:46 --- .../React 设计模式与最佳实践的碎片记录.md | 4 ++-- React 设计模式与最佳实践/奇怪的疑惑.md | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 React 设计模式与最佳实践/奇怪的疑惑.md diff --git a/React 设计模式与最佳实践/React 设计模式与最佳实践的碎片记录.md b/React 设计模式与最佳实践/React 设计模式与最佳实践的碎片记录.md index 464d41f..161b0d9 100644 --- a/React 设计模式与最佳实践/React 设计模式与最佳实践的碎片记录.md +++ b/React 设计模式与最佳实践/React 设计模式与最佳实践的碎片记录.md @@ -1,2 +1,2 @@ -- 组件最好是独立存在,与其他代码之间的纠葛越少越好 -- 组件可以用于实现副作用,而并不一定需要处理页面 \ No newline at end of file +- 组件最好是独立存在,与其他代码之间的纠葛越少越好。 +- 组件可以用于实现副作用,而并不一定需要显示页面内容。 \ No newline at end of file diff --git a/React 设计模式与最佳实践/奇怪的疑惑.md b/React 设计模式与最佳实践/奇怪的疑惑.md new file mode 100644 index 0000000..f4892b1 --- /dev/null +++ b/React 设计模式与最佳实践/奇怪的疑惑.md @@ -0,0 +1 @@ +- [ ] 为什么说父组件直接调用子组件的函数,会让执行过程处于生命周期以外 \ No newline at end of file