Replies: 2 comments
-
In my opinion, Composables are usual normal functions. This example shows us how easy we can divide some code logic into small composables(functions) and reuse this logic into components or other composables. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I'd say it is because you are altering the But TBH, so far I am struggling to divide composables/utils properly in my main work project. It is fairly easy to mix them up during development and then quite hard to split them again... |
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
-
What's the stateful logic of the
useEventListener
in Mouse Tracker Example? It looks like a normal function.Beta Was this translation helpful? Give feedback.
All reactions