Clock An example of using reactivity to create a clock component Components component.html Reactivity The `now` helper can be used to set a reactive date to the current time. `setInterval(() => state.time.now(), 1000)` ["component","advanced"] Example