上一页 1 ··· 468 469 470 471 472 473 474 475 476 ··· 499 下一页
摘要: Mixins will allow you to apply behaviors to multiple React components.Components are the best way to reuse code in React, but sometimes very different... 阅读全文
posted @ 2015-03-25 17:16 Zhentiw 阅读(307) 评论(0) 推荐(0)
摘要: The React component lifecycle will allow you to update your components at runtime. This lesson will explore how to do that.Updating: componentWillRece... 阅读全文
posted @ 2015-03-25 16:42 Zhentiw 阅读(634) 评论(0) 推荐(0)
摘要: The previous lesson introduced the React component lifecycle mounting and unmounting. In this lesson you will learn some simple uses for these hooks. ... 阅读全文
posted @ 2015-03-24 23:01 Zhentiw 阅读(321) 评论(0) 推荐(0)
摘要: React components have a lifecycle, and you are able to access specific phases of that lifecycle. This lesson will introduce mounting and unmounting of... 阅读全文
posted @ 2015-03-24 22:45 Zhentiw 阅读(567) 评论(0) 推荐(0)
摘要: thetransferPropsTomethod lets you easily push properties into your components to easily customize attributes.From last two exmaples, we have BButton a... 阅读全文
posted @ 2015-03-24 17:23 Zhentiw 阅读(819) 评论(0) 推荐(0)
摘要: To get the add-ons, usereact-with-addons.js(and its minified counterpart) rather than the commonreact.js.https://facebook.github.io/react/docs/addons.... 阅读全文
posted @ 2015-03-24 17:05 Zhentiw 阅读(367) 评论(0) 推荐(0)
摘要: When you're building your React components, you'll probably want to access child properties of the markup.Parentcan read its children by accessing the... 阅读全文
posted @ 2015-03-24 16:53 Zhentiw 阅读(388) 评论(0) 推荐(0)
摘要: When you are using React components you need to be able to access specific references to individual components. This is done by defining aref. ... 阅读全文
posted @ 2015-03-24 16:06 Zhentiw 阅读(515) 评论(0) 推荐(0)
摘要: The owner-ownee relationship is used to designate a parent-child relationship with React components as it differs from the DOM relationship.When one c... 阅读全文
posted @ 2015-03-24 02:56 Zhentiw 阅读(422) 评论(0) 推荐(0)
摘要: State is used for properties on a component thatwill change, versus static properties that are passed in. This lesson will introduce you to taking inp... 阅读全文
posted @ 2015-03-24 02:42 Zhentiw 阅读(352) 评论(0) 推荐(0)
上一页 1 ··· 468 469 470 471 472 473 474 475 476 ··· 499 下一页