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)
- [What is component life cycle](#what-is-component-life-cycle)
- [Mounting](#mounting)
- [Contructor](#contructor)
- [contructor](#contructor)
- [getDerivedStateFromPros](#getderivedstatefrompros)
- [Render](#render)
- [ComponentDidMount](#componentdidmount)
- [render](#render)
- [componentDidMount](#componentdidmount)
- [Updating](#updating)
- [getDerivedStateFromProps](#getderivedstatefromprops)
- [shouldComponentUpdate](#shouldcomponentupdate)

Loading…
Cancel
Save