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)
- [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