This website works better with JavaScript.
Explore
Help
Register
Sign In
YuJian
/
Obsidian_Note
Watch
1
Star
0
Fork
You've already forked Obsidian_Note
0
Code
Releases
Activity
Browse Source
vault backup: 2022-06-09 16:29:55
master
YuJian
3 years ago
parent
f0ff66f339
commit
edcad97883
1 changed files
with
4 additions
and
0 deletions
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
4
React 设计模式与最佳实践/组件实践.md
4
React 设计模式与最佳实践/组件实践.md
Unescape
Escape
View File
@ -0,0 +1,4 @@
在设计 React 组件时,要注意以下原则:
1. 保持接口小,props 数量要少;
2. 根据数据边界来划分组件,充分利用组合 (composition);
3.
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
YuJian/Obsidian_Note
Title
Body
Create Issue