update to book getting started

This commit is contained in:
Maccesch 2023-08-31 17:22:19 +01:00
parent 09b8b22ff6
commit fb1ac55ac7

View file

@ -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.