摘要: Learn how to use the 'withPropsOnChange' higher order component to help ensure that expensive prop computations are only executed when necessary. Simp 阅读全文
posted @ 2017-05-16 21:11 Zhentiw 阅读(378) 评论(0) 推荐(0)
摘要: Learn how to user the ‘componentFromProp’ helper and ‘defaultProps’ higher order component to swap the underlying html tag of your component. Sometime 阅读全文
posted @ 2017-05-16 21:04 Zhentiw 阅读(222) 评论(0) 推荐(0)
摘要: Learn how to use the ‘branch’ and ‘renderNothing’ higher-ordercomponents to render nothing when a certain prop condition ismet. Sometimes you only wan 阅读全文
posted @ 2017-05-16 20:54 Zhentiw 阅读(230) 评论(0) 推荐(0)
摘要: Learn how to use the ‘branch’ and ‘renderComponent’ higher-order components to show errors or messaging when your component is in a non-optimal state. 阅读全文
posted @ 2017-05-16 15:58 Zhentiw 阅读(341) 评论(0) 推荐(0)
摘要: Learn how to use the 'branch' and 'renderComponent' higher-order components to show a spinner while a component loads. 阅读全文
posted @ 2017-05-16 03:57 Zhentiw 阅读(305) 评论(0) 推荐(0)