Results 3 comments of thomasy

I am looking forward to **open source of the unnamed code-splitting library** 💯

函数式编程就是描述我们希望处理数据的方式,而不是一步一步描述整个处理的过程。 比如我们希望让自己的组件支持更多特性,可以通过 `Bigger(Red(Pretty(Component)))` Visual DOM 就是让我们关注一整块 UI 该如何展示,通过上面的方式就能做到更为有效的组件**增强**。 而不是之前的写法中需要严格描述每一块的每个文字,颜色怎么更新。