mirror of
https://github.com/adoyle0/leptos-use.git
synced 2025-01-23 09:09:21 -05:00
update to book getting started
This commit is contained in:
parent
09b8b22ff6
commit
fb1ac55ac7
1 changed files with 3 additions and 4 deletions
|
@ -32,7 +32,6 @@ Please refer to the [functions list](functions.md) for more details.
|
||||||
|
|
||||||
## Stable Rust
|
## Stable Rust
|
||||||
|
|
||||||
Just like `leptos` this library can be safely run on stable rust. Just don't
|
Just like `leptos` this library can be safely run on stable rust.
|
||||||
forget to consult the Getting Started section of the `leptos` docs to understand
|
In the [Getting Started section](https://leptos-rs.github.io/leptos/02_getting_started.html)
|
||||||
what that means. As of writing, it concerns mainly the getter and setter syntax
|
of the `leptos` docs you can read more about what this means.
|
||||||
on signals, and the use of `cx` in closures.
|
|
Loading…
Add table
Reference in a new issue