pull/102/merge
Chuanyi 7 months ago committed by GitHub
commit e628c26e79
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -21,10 +21,10 @@
- [Component Life Cycles](#component-life-cycles) - [Component Life Cycles](#component-life-cycles)
- [What is component life cycle](#what-is-component-life-cycle) - [What is component life cycle](#what-is-component-life-cycle)
- [Mounting](#mounting) - [Mounting](#mounting)
- [Contructor](#contructor) - [contructor](#contructor)
- [getDerivedStateFromPros](#getderivedstatefrompros) - [getDerivedStateFromPros](#getderivedstatefrompros)
- [Render](#render) - [render](#render)
- [ComponentDidMount](#componentdidmount) - [componentDidMount](#componentdidmount)
- [Updating](#updating) - [Updating](#updating)
- [getDerivedStateFromProps](#getderivedstatefromprops) - [getDerivedStateFromProps](#getderivedstatefromprops)
- [shouldComponentUpdate](#shouldcomponentupdate) - [shouldComponentUpdate](#shouldcomponentupdate)

Loading…
Cancel
Save