|
95 | 95 | - [isClassComponent](functions/isClassComponent.md) |
96 | 96 | - [isComponentDidCatch](functions/isComponentDidCatch.md) |
97 | 97 | - [isComponentDidMount](functions/isComponentDidMount.md) |
| 98 | +- [isComponentDidUpdate](functions/isComponentDidUpdate.md) |
98 | 99 | - [isComponentName](functions/isComponentName.md) |
99 | 100 | - [isComponentNameLoose](functions/isComponentNameLoose.md) |
| 101 | +- [isComponentWillMount](functions/isComponentWillMount.md) |
| 102 | +- [isComponentWillReceiveProps](functions/isComponentWillReceiveProps.md) |
100 | 103 | - [isComponentWillUnmount](functions/isComponentWillUnmount.md) |
| 104 | +- [isComponentWillUpdate](functions/isComponentWillUpdate.md) |
101 | 105 | - [isComponentWrapperCall](functions/isComponentWrapperCall.md) |
102 | 106 | - [isComponentWrapperCallLoose](functions/isComponentWrapperCallLoose.md) |
103 | 107 | - [isDeclaredInRenderPropLoose](functions/isDeclaredInRenderPropLoose.md) |
104 | 108 | - [isFunctionOfComponentDidMount](functions/isFunctionOfComponentDidMount.md) |
105 | 109 | - [isFunctionOfComponentWillUnmount](functions/isFunctionOfComponentWillUnmount.md) |
| 110 | +- [isFunctionOfRender](functions/isFunctionOfRender.md) |
106 | 111 | - [isFunctionOfRenderMethod](functions/isFunctionOfRenderMethod.md) |
107 | 112 | - [isFunctionOfUseEffectCleanup](functions/isFunctionOfUseEffectCleanup.md) |
108 | 113 | - [isFunctionOfUseEffectSetup](functions/isFunctionOfUseEffectSetup.md) |
| 114 | +- [isGetChildContext](functions/isGetChildContext.md) |
| 115 | +- [isGetDefaultProps](functions/isGetDefaultProps.md) |
109 | 116 | - [isGetDerivedStateFromError](functions/isGetDerivedStateFromError.md) |
110 | 117 | - [isGetDerivedStateFromProps](functions/isGetDerivedStateFromProps.md) |
| 118 | +- [isGetInitialState](functions/isGetInitialState.md) |
| 119 | +- [isGetSnapshotBeforeUpdate](functions/isGetSnapshotBeforeUpdate.md) |
111 | 120 | - [isInitializedFromReact](functions/isInitializedFromReact.md) |
112 | 121 | - [isInsideRenderMethod](functions/isInsideRenderMethod.md) |
113 | 122 | - [isPureComponent](functions/isPureComponent.md) |
|
121 | 130 | - [isReactHookName](functions/isReactHookName.md) |
122 | 131 | - [isReactHookNameLoose](functions/isReactHookNameLoose.md) |
123 | 132 | - [isRenderFunctionLoose](functions/isRenderFunctionLoose.md) |
| 133 | +- [isRenderLike](functions/isRenderLike.md) |
124 | 134 | - [isRenderMethodLike](functions/isRenderMethodLike.md) |
125 | 135 | - [isRenderPropLoose](functions/isRenderPropLoose.md) |
| 136 | +- [isShouldComponentUpdate](functions/isShouldComponentUpdate.md) |
126 | 137 | - [isThisSetState](functions/isThisSetState.md) |
| 138 | +- [isUnsafeComponentWillMount](functions/isUnsafeComponentWillMount.md) |
| 139 | +- [isUnsafeComponentWillReceiveProps](functions/isUnsafeComponentWillReceiveProps.md) |
| 140 | +- [isUnsafeComponentWillUpdate](functions/isUnsafeComponentWillUpdate.md) |
127 | 141 | - [isUseEffectCallLoose](functions/isUseEffectCallLoose.md) |
128 | 142 | - [isValidComponentDefinition](functions/isValidComponentDefinition.md) |
129 | 143 | - [useComponentCollector](functions/useComponentCollector.md) |
|
0 commit comments