Generic wrapper for hyperx
output that appends styles and supports state styles (:hover
, :active
, etc), should solve for both virtual-dom/h
and bel
(at least). Should be achievable with a tiny module. Basic styles are pretty easy, state styles are a bit trickier.
Prior art
radium
"does the right thing" but is big andreact
-specific
Some discussion: