om

Please ask the channel first, not @dnolen directly!
souenzzo 2019-06-12T00:17:23.006Z

@kingcode you can use #js {:colSpan ...}. Both notations mean the same thing

~ cljs
ClojureScript 1.10.520
cljs.user=> #js{:colSpan 123}
#js {:colSpan 123}
cljs.user=> #js{"colSpan" 123}
#js {:colSpan 123}
cljs.user=> 
om is incomplete (but functional) and do not receive new features since 2017 (due the lack of time of David) #fulcro is a "complete" implementation from the same idea.

souenzzo 2019-06-16T12:20:08.007500Z

@ujjwalt

👍 1