@flyboarder I mean if I have (defc clicks 0)
.
Should I pass it as attribute/argument to defelem
/`defn` like following code in snippet.
Or should cell simply be called inside defelem
/`defn` form because it is available everywhere in namespace being a def
form. (???) Instead of passing it as arguments as shown in above code.
as attributes
this way the changes are propagated to elements
@flyboarder so the model given in the above code is correct?
Yes