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
bigdaddys1oth 2017-11-07T21:51:18.000458Z

hey quick question: it is possible to mount more than one component at the same time with (rum/mount)? ex. like (rum/mount (a-titlecard a-navbar) etc etc) ?

2017-11-07T21:51:45.000241Z

No

2017-11-07T21:52:03.000282Z

I'm not even sure what would be meaning of this?

2017-11-07T21:52:15.000610Z

What are you trying to do?

bigdaddys1oth 2017-11-07T21:52:25.000413Z

I was just curious is all.

2017-11-07T21:52:49.000435Z

Ok but mounting two thing in the same place doesnt make much sense

bigdaddys1oth 2017-11-07T21:53:01.000647Z

Oh yea...it doesn't

bigdaddys1oth 2017-11-07T21:55:37.000558Z

Well I'm still learning basics. The Clojure React libraries make learning React easier than learning plain React itself...I'm just building a small portfolio site for a (not) advanced web programming class project.

2017-11-07T22:13:04.000183Z

Cool