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?
An example of that is right on the front page: https://reagent-project.github.io/
Cool, thanks