摘要:
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
阅读(292)
评论(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
阅读(619)
评论(0)
推荐(0)