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.
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
just re-hydrate?
bingo 😄
too easy
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.