Fork me on GitHub
#hyperfiddle
<
2023-11-05
>
grounded_sage00:11:18

Is there any solutions for handling a lot of atoms being watched? I'm wondering if something like this would be good.

{:client {mouse-pos !mouse-pos
          on? !on?}}
Thoughts?

xificurC16:11:21

What is your use case? And what is the problem with a lot of atoms being watched that requires a solution?

grounded_sage16:11:40

No use case. Just reduction of text in file. Just sugar 😆

grounded_sage00:11:39

I guess this could be confusing because it would be (e/client (e/watch !mouse-pos)) and having client in front could cause confusion as to whether mouse-pos is available in e/server