# isReactClassComponent

**Kind:** Function

**Source:** [`atloria-monorepo/apps/frontend-parser/src/utils/ast-helpers.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/frontend-parser/src/utils/ast-helpers.ts#L75)

Check if a class extends React.Component or React.PureComponent

## Signature

```ts
function isReactClassComponent(path: NodePath<t.ClassDeclaration>): boolean
```

## Parameters

| Name | Type |
|---|---|
| `path` | `NodePath<t.ClassDeclaration>` |

**Returns:** `boolean`
