newbie here. What does 'Object' mean in defui?
@vinaydate AFAIK itβs a special protocol for defining javascript object methods.
@vinaydate see https://github.com/clojure/clojurescript/wiki/Working-with-Javascript-classes
Why on om
tutorials they use symbols to dispatch transactions, not keywords?
@souenzzo Iβd assume itβs to make it look like a function call. (some-mutate {:some-param 2})
@souenzzo also to make easier to distinguish when you are trying to read vs mutate