Tekkaman

导航

 

2017年3月22日

摘要: 【Controlled Components】 In HTML, form elements such as <input>, <textarea>, and <select> typically maintain their own state and update it based on use 阅读全文
posted @ 2017-03-22 17:11 Tekkaman 阅读(173) 评论(0) 推荐(0)
 
摘要: 【Handling Event】 1、React events are named using camelCase 2、You must call preventDefault explicitly to prevent default behaviour 3、define callback in 阅读全文
posted @ 2017-03-22 10:26 Tekkaman 阅读(203) 评论(0) 推荐(0)