Fork me on GitHub
#reagent
<
2020-09-20
>
wombawomba12:09:34

So I have a component that displays the time elapsed since a timestamp. Now, the underlying timestamp doesn’t change, but I would still like to re-render this component every second. What’s the easiest way to do this?

p-himik12:09:16

An example of that is right on the front page: https://reagent-project.github.io/

wombawomba13:09:45

Cool, thanks