-
Hi! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
If you have reactive data, you could use |
Beta Was this translation helpful? Give feedback.
-
Hi! |
Beta Was this translation helpful? Give feedback.
-
If you have reactive data, you could use |
Beta Was this translation helpful? Give feedback.
sycamore::render
only runs once. It essentially works exactly the same as a component. I don't understand why you would want the closure to run multiple times. Usually, you should try to put all your logic in yourApp
component to keepfn main
as simple as possible.If you have reactive data, you could use
create_memo
orcreate_selector
etc...