|
55 | 55 | - [isChildrenToArrayCall](variables/isChildrenToArrayCall.md) |
56 | 56 | - [isCloneElement](variables/isCloneElement.md) |
57 | 57 | - [isCloneElementCall](variables/isCloneElementCall.md) |
| 58 | +- [isComponentDidCatch](variables/isComponentDidCatch.md) |
| 59 | +- [isComponentDidMount](variables/isComponentDidMount.md) |
| 60 | +- [isComponentDidUpdate](variables/isComponentDidUpdate.md) |
| 61 | +- [isComponentWillMount](variables/isComponentWillMount.md) |
| 62 | +- [isComponentWillReceiveProps](variables/isComponentWillReceiveProps.md) |
| 63 | +- [isComponentWillUnmount](variables/isComponentWillUnmount.md) |
| 64 | +- [isComponentWillUpdate](variables/isComponentWillUpdate.md) |
58 | 65 | - [isCreateContext](variables/isCreateContext.md) |
59 | 66 | - [isCreateContextCall](variables/isCreateContextCall.md) |
60 | 67 | - [isCreateElement](variables/isCreateElement.md) |
|
63 | 70 | - [isCreateRefCall](variables/isCreateRefCall.md) |
64 | 71 | - [isForwardRef](variables/isForwardRef.md) |
65 | 72 | - [isForwardRefCall](variables/isForwardRefCall.md) |
| 73 | +- [isGetChildContext](variables/isGetChildContext.md) |
| 74 | +- [isGetDefaultProps](variables/isGetDefaultProps.md) |
| 75 | +- [isGetDerivedStateFromError](variables/isGetDerivedStateFromError.md) |
| 76 | +- [isGetDerivedStateFromProps](variables/isGetDerivedStateFromProps.md) |
| 77 | +- [isGetInitialState](variables/isGetInitialState.md) |
| 78 | +- [isGetSnapshotBeforeUpdate](variables/isGetSnapshotBeforeUpdate.md) |
66 | 79 | - [isInversePhase](variables/isInversePhase.md) |
67 | 80 | - [isLazy](variables/isLazy.md) |
68 | 81 | - [isLazyCall](variables/isLazyCall.md) |
69 | 82 | - [isMemo](variables/isMemo.md) |
70 | 83 | - [isMemoCall](variables/isMemoCall.md) |
| 84 | +- [isRender](variables/isRender.md) |
| 85 | +- [isShouldComponentUpdate](variables/isShouldComponentUpdate.md) |
| 86 | +- [isUnsafeComponentWillMount](variables/isUnsafeComponentWillMount.md) |
| 87 | +- [isUnsafeComponentWillReceiveProps](variables/isUnsafeComponentWillReceiveProps.md) |
| 88 | +- [isUnsafeComponentWillUpdate](variables/isUnsafeComponentWillUpdate.md) |
71 | 89 | - [isUseActionStateCall](variables/isUseActionStateCall.md) |
72 | 90 | - [isUseCall](variables/isUseCall.md) |
73 | 91 | - [isUseCallbackCall](variables/isUseCallbackCall.md) |
|
107 | 125 | - [isAssignmentToThisState](functions/isAssignmentToThisState.md) |
108 | 126 | - [isChildrenOfCreateElement](functions/isChildrenOfCreateElement.md) |
109 | 127 | - [isClassComponent](functions/isClassComponent.md) |
110 | | -- [isComponentDidCatch](functions/isComponentDidCatch.md) |
111 | | -- [isComponentDidMount](functions/isComponentDidMount.md) |
112 | | -- [isComponentDidUpdate](functions/isComponentDidUpdate.md) |
| 128 | +- [isComponentDefinition](functions/isComponentDefinition.md) |
113 | 129 | - [isComponentName](functions/isComponentName.md) |
114 | 130 | - [isComponentNameLoose](functions/isComponentNameLoose.md) |
115 | | -- [isComponentWillMount](functions/isComponentWillMount.md) |
116 | | -- [isComponentWillReceiveProps](functions/isComponentWillReceiveProps.md) |
117 | | -- [isComponentWillUnmount](functions/isComponentWillUnmount.md) |
118 | | -- [isComponentWillUpdate](functions/isComponentWillUpdate.md) |
119 | 131 | - [isComponentWrapperCall](functions/isComponentWrapperCall.md) |
120 | 132 | - [isComponentWrapperCallLoose](functions/isComponentWrapperCallLoose.md) |
121 | 133 | - [isDeclaredInRenderPropLoose](functions/isDeclaredInRenderPropLoose.md) |
122 | 134 | - [isFragmentElement](functions/isFragmentElement.md) |
123 | | -- [isFunctionOfRender](functions/isFunctionOfRender.md) |
124 | 135 | - [isFunctionOfRenderMethod](functions/isFunctionOfRenderMethod.md) |
125 | | -- [isGetChildContext](functions/isGetChildContext.md) |
126 | | -- [isGetDefaultProps](functions/isGetDefaultProps.md) |
127 | | -- [isGetDerivedStateFromError](functions/isGetDerivedStateFromError.md) |
128 | | -- [isGetDerivedStateFromProps](functions/isGetDerivedStateFromProps.md) |
129 | | -- [isGetInitialState](functions/isGetInitialState.md) |
130 | | -- [isGetSnapshotBeforeUpdate](functions/isGetSnapshotBeforeUpdate.md) |
131 | 136 | - [isHostElement](functions/isHostElement.md) |
132 | 137 | - [isJsxLike](functions/isJsxLike.md) |
133 | 138 | - [isJsxText](functions/isJsxText.md) |
|
142 | 147 | - [isReactHookId](functions/isReactHookId.md) |
143 | 148 | - [isReactHookName](functions/isReactHookName.md) |
144 | 149 | - [isRenderFunctionLoose](functions/isRenderFunctionLoose.md) |
145 | | -- [isRenderLike](functions/isRenderLike.md) |
146 | 150 | - [isRenderMethodLike](functions/isRenderMethodLike.md) |
147 | 151 | - [isRenderPropLoose](functions/isRenderPropLoose.md) |
148 | | -- [isShouldComponentUpdate](functions/isShouldComponentUpdate.md) |
149 | 152 | - [isThisSetState](functions/isThisSetState.md) |
150 | | -- [isUnsafeComponentWillMount](functions/isUnsafeComponentWillMount.md) |
151 | | -- [isUnsafeComponentWillReceiveProps](functions/isUnsafeComponentWillReceiveProps.md) |
152 | | -- [isUnsafeComponentWillUpdate](functions/isUnsafeComponentWillUpdate.md) |
153 | 153 | - [isUseEffectCallLoose](functions/isUseEffectCallLoose.md) |
154 | | -- [isValidComponentDefinition](functions/isValidComponentDefinition.md) |
155 | 154 | - [stringifyJsx](functions/stringifyJsx.md) |
156 | 155 | - [useComponentCollector](functions/useComponentCollector.md) |
157 | 156 | - [useComponentCollectorLegacy](functions/useComponentCollectorLegacy.md) |
|
0 commit comments