Skip to content

Commit

Permalink
Update README React version notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Deraen committed Feb 14, 2025
1 parent 6211ef9 commit ecd1b06
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,12 @@ npm i react [email protected] [email protected]
or by adding [Cljsjs](http://cljsjs.github.io/) React packages to your project:

```
[cljsjs/react "17.0.2-0"]
[cljsjs/react-dom "17.0.2-0"]
[cljsjs/react "13.3.1-1"]

This comment has been minimized.

Copy link
@whatacold

whatacold Feb 22, 2025

Hi,

Great to see a reagent update again, thanks!

Is there a typo here? It looks like it should be 18.3.1-1.

This comment has been minimized.

Copy link
@whatacold

whatacold Feb 22, 2025

Created a tiny PR for that: #623

[cljsjs/react-dom "18.3.1-1"]
```

Note: Reagent is tested against React 17, but should be compatible with other
Note: Reagent is tested against React 18, using the compatibility mode (i.e.,
not using `createRoot` / concurrent mode), but should be compatible with other
versions. It is not compatible with React 19

## Examples
Expand Down

0 comments on commit ecd1b06

Please sign in to comment.