Using a Reagent atom within a Helix component

hi Alex. what i’m trying to achieve is to be able to use an atom-like binding which, when it changes, triggers a React component re-render.

i know i can pass a dereferenced Reagent atom in the props (just like any value), and the changed props will trigger a re-render. but as far as passing a Reagent atom in the props, and expecting the view component to re-render if the Reagent atom changes—i can’t fathom how that could work (though i admit i haven’t tried it).

nice to know you’re on the same journey. i think, i’m happy i didn’t get a solution to this, because my initial intention was to see how it would be to avoid Reagent if i can (and use near-vanilla React via the Helix library).