摘要: Something important to consider when coding a web application is managing the user's focus. For keyboard and screen reader users, we must ensure their 阅读全文
posted @ 2017-02-23 19:50 Zhentiw 阅读(191) 评论(0) 推荐(0)
摘要: TypeScript tries to infer as much about your code as it can. But sometimes there really is not enough context for it to infer reliably. If it tried to 阅读全文
posted @ 2017-02-23 04:20 Zhentiw 阅读(281) 评论(0) 推荐(0)
摘要: We can use 'displayName' on component to change its component tag in dev tool: In dev tool: 阅读全文
posted @ 2017-02-23 04:10 Zhentiw 阅读(518) 评论(0) 推荐(0)