Fork me on GitHub
#cljsrn
<
2016-05-14
>
misha10:05:59

@madvas: sweet, add rum support kappa

madvas11:05:47

@misha: As far as I know, rum has same syntax as reagent, no?

misha15:05:54

@madvas: (text {} "foo") vs. [text {} "foo"]

madvas15:05:55

@misha: I’m pretty sure both rum and reagent are [text {} "foo"]

madvas15:05:29

or is it different in react-native compared to regular web?

madvas15:05:21

oh I see now, never mind

misha15:05:28

rum is (), at least across all of my R and RN projects )

madvas15:05:23

yea, rum is something between om & reagent, will take look at that, thanks 😉

madvas15:05:58

yea, almost, cuz dom tags are in rum like [:div {} "Text”]

misha15:05:44

ha, true, but you already have html/svg tags list, should not be way too much extra code.

madvas15:05:39

sure, cuz reagent is the same: [:div {} "Text"]