compose
Compose
https://github.com/reduxjs/redux/blob/master/src/compose.js
使用
因為 compose(a, b)(1) 會變為
a(b(1))
如果HOC要用在compose內必須要這樣寫
Last updated
https://github.com/reduxjs/redux/blob/master/src/compose.js
使用
因為 compose(a, b)(1) 會變為
a(b(1))
Last updated