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
Azzurite 2021-04-03T14:05:54.017900Z

while looking through the source, I saw special handling for :<> and :* for the tag in the markup, basically expanding into a fragment. Is that legacy behavior and you should be using fragment instead or why is that not documented?

Alex 2021-04-12T01:57:38.020500Z

Anecdotally I've come across a couple instances where a rum/fragment works but the equivalent shorthand [:<>] does not (created some runtime exception). I was in a bit of a rush so didn't figure out a minimal reproducible example. I'll try to do so next time I come across it In the meantime, are you aware of any situations where [:<>] is problematic?

2021-04-03T16:49:25.018Z

prefer :<> over other methods

Azzurite 2021-04-03T22:04:36.018200Z

would you want me to add a PR to add this to the docs? It's not yet documented, if I've looked correctly

➕ 1