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