摘要: The structure directive is just a sugar syntax of <template>. Such as: Equal to: 阅读全文
posted @ 2017-01-17 16:55 Zhentiw 阅读(121) 评论(0) 推荐(0)
摘要: We are going to ensure our app is structured in a clear way using functional components. Then, we are going to pass those components state values from 阅读全文
posted @ 2017-01-17 15:02 Zhentiw 阅读(223) 评论(0) 推荐(0)
摘要: Learn how to write a promise based delay function and then use it in async await to see how much it simplifies code over setTimeout. Lets say you want 阅读全文
posted @ 2017-01-17 14:13 Zhentiw 阅读(195) 评论(0) 推荐(0)