# isReactFile

**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#L469)

Check if a file is a React/JSX file

## Signature

```ts
function isReactFile(filePath: string): boolean
```

## Parameters

| Name | Type |
|---|---|
| `filePath` | `string` |

**Returns:** `boolean`
