rum

Simple, decomplected, isomorphic HTML UI library for Clojure and ClojureScript | 0.12.8 https://github.com/tonsky/rum/blob/gh-pages/CHANGELOG.md#0128
escherize 2017-12-06T00:14:33.000253Z

Hi @sova

escherize 2017-12-06T00:14:45.000231Z

can we see the code?

escherize 2017-12-06T00:15:36.000308Z

usually anything that's gonna be rendered in a sequence you can use rum.core/with-keys with it to put the react keys in

sova-soars-the-sora 2017-12-06T00:43:49.000345Z

thank you I gotta figure out how to use that

2017-12-06T10:29:45.000224Z

Is rum support hiccup style on ReactiveNative? - https://github.com/tonsky/rum/issues/155

rauh 2017-12-06T10:52:39.000348Z

@netpyoung Why do you want to use that syntax instead of a normal function call?

2017-12-06T10:52:50.000254Z

yea that means

2017-12-06T10:53:03.000476Z

i want hiccup style [ ]

rauh 2017-12-06T10:55:52.000028Z

Why though?

2017-12-06T11:19:11.000257Z

It is more easy to be noticed. I want to use () for function call not for component. I want to distict () ,[]. reagent support that (def image (r/adapt-react-class (.-Image ReactNative)))