How store the node? #2797
Unanswered
callmeitachi
asked this question in
Q&A
Replies: 1 comment 1 reply
-
You can store the new_node in a signal. There is a similar example here: https://github.com/DioxusLabs/dioxus/blob/main/examples/scroll_to_top.rs#L15-L20 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have the following code:
How stored the h1 element in order to use it in some time?
Beta Was this translation helpful? Give feedback.
All reactions