Fork me on GitHub
#om-next
<
2021-07-07
>
ccann23:07:32

hey all, looking for some help If I call om/transact! in an on-click handler, can I expect the props of this component to be updated while in that on-click handler? or will the component not re-render (thus updating props) until the handler has returned?

philip23:07:44

iirc it is the latter. om/transact! will push the transaction on to a queue and it'll be handled next animation frame or something like that