XiaoKL

随笔分类 -  Javascript

Javascript.ReactNative-2-javascript-syntax-in-react-native
摘要:JavaScript Syntax in React Native Contents: Arrow Function Let+Const Default + Rest + Spread Destructuring assignment Computed object property names C 阅读全文

posted @ 2016-07-03 00:55 XiaoKL 阅读(411) 评论(0) 推荐(0)

Javascript.Reactjs-5-prop-validation-and-proptypes
摘要:Props & PropTypes 1. Props "Props are the mechanism React uses to let components communicate with each other. A parent component can pass it’s child(r 阅读全文

posted @ 2016-06-29 00:08 XiaoKL 阅读(399) 评论(0) 推荐(0)

JavaScript.how-to-debug-javascript
摘要:How to debug JavaScript code1. 写一个HTML文件。例如: 1 2 3 Web Page Design 4 5 6 8 9 10 11 2. 然后在该html文件的目录下写test.js文件3. 在Chrome中,视图->开发者->开发者工具4. 通过 文件... 阅读全文

posted @ 2015-01-05 23:44 XiaoKL 阅读(261) 评论(0) 推荐(0)

导航