上一页 1 ··· 402 403 404 405 406 407 408 409 410 ··· 492 下一页
摘要: The way you make HTTP requests in React Native is with the Fetch API. In this video we'll talk about Fetch and how to work with promises. As we build 阅读全文
posted @ 2016-07-25 01:59 Zhentiw 阅读(202) 评论(0) 推荐(0)
摘要: let person = { firstName: "Zhentian", lastName: "Wan" }; /*Object.freeze() makes object cannot be updated, added or deleted*/ let freezePerson = Object.freeze(person); freezePerson.address="Finl... 阅读全文
posted @ 2016-07-25 00:06 Zhentiw 阅读(277) 评论(0) 推荐(0)
摘要: In React, components manage their own state. In this lesson, we'll walk through building a component which manages it's own state as well as using Tex 阅读全文
posted @ 2016-07-24 02:19 Zhentiw 阅读(364) 评论(0) 推荐(0)
摘要: Previous, we animate the item by passing an array to tell the start position and end position. To make thing more interesting, we actually can pass th 阅读全文
posted @ 2016-07-22 16:03 Zhentiw 阅读(468) 评论(0) 推荐(0)
摘要: This video discusses the default interpolation in GIF Loop Coder, and four distinct ways to change that interpolation to add variety to your animation 阅读全文
posted @ 2016-07-22 15:39 Zhentiw 阅读(198) 评论(0) 推荐(0)
摘要: Let's say we have a list of contacts, click each contact, we can render a new route to get the detail. Define the routers: path: '', --> here empty pa 阅读全文
posted @ 2016-07-22 02:47 Zhentiw 阅读(401) 评论(0) 推荐(0)
摘要: Inside the app component, we use NavigatiorIOS to render the compoent: This is like rouer. 'initialRoute': for the initial loading, it will loads 'Mai 阅读全文
posted @ 2016-07-22 01:16 Zhentiw 阅读(165) 评论(0) 推荐(0)
摘要: We'll download the requirements for getting started with React Native, refactor our app to ES6, walk through debugging, and talk about the philosophy 阅读全文
posted @ 2016-07-21 02:16 Zhentiw 阅读(226) 评论(0) 推荐(0)
摘要: .noselect { -webkit-touch-callout: none; /* iOS Safari */ -webkit-user-select: none; /* Chrome/Safari/Opera */ -khtml-user-select: none; /* Konqueror */ -moz-... 阅读全文
posted @ 2016-07-20 20:19 Zhentiw 阅读(289) 评论(0) 推荐(0)
摘要: In this lesson, we discuss animating using arrays, and how different data types are interpolated while animating. If you want smooth animation, the ar 阅读全文
posted @ 2016-07-20 17:45 Zhentiw 阅读(290) 评论(0) 推荐(0)
上一页 1 ··· 402 403 404 405 406 407 408 409 410 ··· 492 下一页