We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d371c9 commit 47bbb11Copy full SHA for 47bbb11
README.md
@@ -65,7 +65,6 @@ fn Demo() -> impl IntoView {
65
| 0.14.0-beta | 0.7 |
66
| 0.15 | 0.8 |
67
68
-
69
## Server-Side Rendering
70
71
To use this with Leptos' server-side rendering, you can have to add `leptos-use` as a dependency to your `Cargo.toml` and
src/lib.rs
@@ -53,7 +53,8 @@
53
//! | 0.3 | 0.4 |
54
//! | 0.4, 0.5, 0.6 | 0.5 |
55
//! | 0.7 – 0.12 | 0.6 |
56
-//! | 0.14.0-beta2 | 0.7 |
+//! | 0.14.0-beta | 0.7 |
57
+//! | 0.15 | 0.8 |
58
//!
59
//! # Server-Side Rendering
60
0 commit comments