rum

Simple, decomplected, isomorphic HTML UI library for Clojure and ClojureScript | 0.12.8 https://github.com/tonsky/rum/blob/gh-pages/CHANGELOG.md#0128
2021-04-16T02:56:10.020900Z

In the case of ssr, is just the components that were scheduled, that get re rendered? Or is it the entire page? If it's the former, how does the update to the Dom happen? E.g inserting html text? Calling dom functions?

2021-04-16T06:03:06.021200Z

Rendering on a server is single pass process, it's just templates, there's no lifecycle