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
sova-soars-the-sora 2017-11-20T21:39:17.000095Z

🙂 Is there a way to do swipe gestures in rum?

sova-soars-the-sora 2017-11-20T23:03:02.000167Z

@roman01la Hey thanks man! 2 questions: can I just use rum where you use prum and could you explain line 58 with the [state ::state]

sova-soars-the-sora 2017-11-20T23:03:06.000025Z

line 83*

2017-11-20T23:24:36.000061Z

Yes you can. that line is destructuring components local state, see Rum’s docs for defcs macro

sova-soars-the-sora 2017-11-20T23:36:44.000226Z

Thank!s