domlock is a poorly-named experiment in DOM rendering with Havelock
It is similar in approach to React et al, but shifts the burden of immutability to the state layer, where it makes most sense.
- work with the DOM, not against it.
- be as simple as possible.
- be as concise as possible