DEV Community

Discussion on: Reactive Canvas with ClojureScript and Vue

Collapse
 
orestis profile image
Orestis Markou

Nice! Thanks for posting this.

You could use reset! instead of swap! - it does what you want, reset the atom to a single value rather than using a function. :)

Collapse
 
deciduously profile image
Ben Lovy

Aha! Thank you thank you, I forgot about this - clearly a bit rusty :) I'll update the post, that's much clearer.