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 2020-06-21T03:45:42.155800Z

Hi I have a question. I have serverside rendering working and the rum/hydrate line works great ! but now I want to dynamically update data on the clientside.

sova-soars-the-sora 2020-06-21T03:46:10.156600Z

is there something like rum/hydrate < reactive ... and point it to an atom? i'm not sure how to incorporate new changes to a rum/hydrate'd instance

sova-soars-the-sora 2020-06-21T03:47:07.157Z

just re-hydrate?

sova-soars-the-sora 2020-06-21T04:02:05.157200Z

bingo 😄

sova-soars-the-sora 2020-06-21T04:02:11.157400Z

too easy

Jan K 2020-06-21T15:14:36.158900Z

You can make the component reactive, rum/react to some atom and it will update automatically. There's no difference if it was mounted or hydrated.