摘要: In this lesson, we’ll explore the process of combining all of your SVG icons into one SVG sprite, to be included directly into markup. We’ll use the c 阅读全文
posted @ 2017-03-02 21:59 Zhentiw 阅读(255) 评论(0) 推荐(0)
摘要: So what is Point-free function. Take a look this example: To make it as point-free function, we need to get rid of person object we pass into the func 阅读全文
posted @ 2017-03-02 19:34 Zhentiw 阅读(315) 评论(0) 推荐(0)
摘要: Naming things is hard and arguments in generic utility functions are no exception. Making functions "tacit" or "point free" removes the need for the e 阅读全文
posted @ 2017-03-02 19:15 Zhentiw 阅读(233) 评论(0) 推荐(0)
摘要: After create a component dynamic, we are able to change the component's props and listen to its event. If we log out 'this.component.instance', we can 阅读全文
posted @ 2017-03-02 04:26 Zhentiw 阅读(411) 评论(0) 推荐(0)