uncapitalize the methods under Mounting

pull/102/head
Chuanyi 5 years ago committed by GitHub
parent 8bc961899c
commit 9fe45c3fa0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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