diff --git a/React 设计模式与最佳实践/组件实践.md b/React 设计模式与最佳实践/组件实践.md new file mode 100644 index 0000000..0a76bc6 --- /dev/null +++ b/React 设计模式与最佳实践/组件实践.md @@ -0,0 +1,4 @@ +在设计 React 组件时,要注意以下原则: +1. 保持接口小,props 数量要少; +2. 根据数据边界来划分组件,充分利用组合 (composition); +3. \ No newline at end of file