Skip to content

Commit

Permalink
add: hoc init
Browse files Browse the repository at this point in the history
  • Loading branch information
afeiship committed Aug 14, 2019
1 parent 82af0df commit ed93d2b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/imooic-hoc/001-what-is.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# what is

- 输入:函数可以作为参数来传递
- 输出:函数可以作为返回值被输出

```js
setTimeout(()=>{
console.log('hello hoc!');
},1000)
```
10 changes: 10 additions & 0 deletions docs/imooic-hoc/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# imooc-hoc
- https://www.imooc.com/learn/1075


## name
> React高阶组件.
## why
- 高阶组件很重要
- 关于这块的资料比较少

0 comments on commit ed93d2b

Please sign in to comment.