Replies: 2 comments
-
You can also use createSignal/createComputed instead of an outer watch! |
Beta Was this translation helpful? Give feedback.
0 replies
-
The top level |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When you need to use data in the page, it is better to write a watch in the outermost layer, or watch for each widget that needs to update its status
Beta Was this translation helpful? Give feedback.
All reactions