Skip to content

Commit

Permalink
Make it clear that there is not a React dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoseley committed Dec 30, 2024
1 parent 294847d commit 7f8d3a8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,11 @@ yarn add gensx
npm install gensx
```

### Configure Typescript
#### Dependencies

This project does not have a dependency on `react`, or any other JSX library. It provides a custom JSX runtime that can be used by the Typescript compiler, or whichever bundler you're using to bundle your code.

### Configure your project

```ts
// tsconfig.json
Expand Down

0 comments on commit 7f8d3a8

Please sign in to comment.