Skip to content

Commit 5dd1a6b

Browse files
committed
Moved the compatibility table and added reference to the beta branch
1 parent db231ee commit 5dd1a6b

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,16 @@ fn Demo() -> impl IntoView {
5454
}
5555
```
5656

57+
## Leptos Compatibility
58+
59+
| Crate version | Compatible Leptos version |
60+
|---------------|---------------------------|
61+
| <= 0.2 | 0.3 |
62+
| 0.3 | 0.4 |
63+
| 0.4, 0.5, 0.6 | 0.5 |
64+
| 0.7 – 0.12 | 0.6 |
65+
| 0.14.0-beta2 | 0.7 |
66+
5767
## Server-Side Rendering
5868

5969
To use this with Leptos' server-side rendering, you can have to add `leptos-use` as a dependency to your `Cargo.toml` and

0 commit comments

Comments
 (0)