leptos-rs / book

The home for the Leptos book, which can be found deployed at https://book.leptos.dev
MIT License
63 stars 59 forks source link

Clarify interchangeability between signals and closure wrapped functions #27

Closed gihrig closed 7 months ago

gihrig commented 7 months ago

Expanded on the phrase "signals are functions, so this <=> move || count.get()" to eliminate the uncommon <=> notation.

I see that this PR may conflict with #25. If that's a problem I will gladly rebase my repo and update this PR.