Vue:beforeCreate, created, beforeMount, mounted, beforeUpdate, updated, beforeDestroy, destroyed, errorCaptured[, activated, deactivated (keep-alive component)]
React: constructor, getDerivedStartFromProps, render, componentDidiMount, shouldComponentUpdate, componentDidUpdate, componentWillUnmount
Angular: contructor, ngOnChanges, ngOnInit, ngDoCheck, ngAfterContentInit, ngAfterContentChecked, ngAfterViewInit, ngAfterViewChecked, ngOnDestroy
小程序: onLoad, onShow, onReady, onHide, onUnload