Fork me on GitHub
#rum
<
2017-10-18
>
dominicm13:10:07

Would using cursor-in inside a component with let be an anti-pattern? Should you pass around your state atom, or :refer it in?

Roman Liutikov13:10:32

That’s fine imo

dominicm13:10:56

I'm experimenting with cursor-in inside a component seems to cause re-renders when I don't want them. I haven't quite figured out why, but I did think this could be a possibility.

dominicm14:10:00

I restarted & that stopped happening, I think something was badly cached.