Kind: Function
Source: atloria-monorepo/apps/frontend-parser/src/utils/ast-helpers.ts
Check if a method name is a React lifecycle method
Signature
tsfunction isLifecycleMethod(methodName: string): boolean
Parameters
| Name | Type |
|---|---|
methodName | string |
Returns: boolean
Was this page helpful?