react webapp 开发小结

【react webapp 开发小结】少年辛苦终身事,莫向光阴惰寸功。这篇文章主要讲述react webapp 开发小结相关的知识,希望能为你提供帮助。
1.监听props的方法

componentWillReceiveProps(nextProps) { // }

2.监听state的方法
3.props 传递的方法
< AlarmList {...this.props} />

.

    推荐阅读