reagent

A minimalistic ClojureScript interface to React.js http://reagent-project.github.io/
wombawomba 2020-09-20T12:51:34.033600Z

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-himik 2020-09-20T12:55:16.033700Z

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

wombawomba 2020-09-20T13:00:45.033900Z

Cool, thanks