Skip to content

Commit

Permalink
fix:修复错误
Browse files Browse the repository at this point in the history
  • Loading branch information
hejialiang committed Aug 1, 2021
1 parent 1bda13e commit bddfed8
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions docs/react/react-actualCombat.md
Original file line number Diff line number Diff line change
Expand Up @@ -802,15 +802,6 @@ export default Posts extends React.Component{
#### 20. useMemo进行缓存大量计算数据,useCallback 进行缓存函数,避免重复创建

在hooks章节有讲解

```js
const [state]=useState()
function compute () {

}

```

#### 21. 惰性初始化

优化前:
Expand Down

0 comments on commit bddfed8

Please sign in to comment.