Skip to content

Commit

Permalink
doc: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Okabe-Rintarou-0 committed Mar 5, 2024
1 parent 30e6bb1 commit ce99472
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,9 @@ React 使用 JSX 来定义组件,支持两种方式:类组件和函数式组
解决方案:使用 [useRef](https://zh-hans.react.dev/reference/react/useRef)。
### 避免 CSS 冲突
请参考:[react 中 css modules-基本使用](https://juejin.cn/post/7031528538209681444)
### 养成良好的习惯
+ javascript 里面判断变量相等应该用 `===`
Expand Down

0 comments on commit ce99472

Please sign in to comment.