leptos-use/docs/book/src/utilities/use_derive_signal.md

6 lines
183 B
Markdown
Raw Normal View History

2024-07-08 17:16:54 +01:00
# use_derive_signal!
Macro to easily create helper functions that derive a signal using a piece of code.
See [`is_ok`](is_ok.md) or [`use_to_string`](use_to_string.md) as examples.