🙂 Is there a way to do swipe gestures in rum?
@sova this might help https://github.com/roman01la/prum/blob/preact/examples/prum/examples/swap_recognizer.cljs
@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]
line 83*
https://github.com/roman01la/prum/blob/preact/examples/prum/examples/swap_recognizer.cljs#L83
Yes you can. that line is destructuring components local state, see Rum’s docs for defcs macro
Thank!s