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