Fork me on GitHub
#om
<
2017-09-11
>
Vinay Date10:09:13

newbie here. What does 'Object' mean in defui?

levitanong10:09:15

@vinaydate AFAIK it’s a special protocol for defining javascript object methods.

souenzzo17:09:29

Why on om tutorials they use symbols to dispatch transactions, not keywords?

levitanong18:09:47

@souenzzo I’d assume it’s to make it look like a function call. (some-mutate {:some-param 2})

wilkerlucio21:09:40

@souenzzo also to make easier to distinguish when you are trying to read vs mutate