jiacheng

Results 3 comments of jiacheng

``` js function redu (a, b, c) { console.log(Array.from(arguments).reduce((a, b) => a + b)) } function currying (fn) { var refn return function name (...arg) { refn = (refn ||...

> I found this is a problem with ReflexContainer adjustFlex, for some reason the flex adjustment is different every time > > Workaround: I set flex=1 for the visible component...