Fork me on GitHub
#rum
<
2020-06-21
>
sova-soars-the-sora03:06:42

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-sora03:06:10

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

Jan K15:06:36

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.