Something like ```clojure ($ my-component "Foo – bar") ``` Could be translated at macro time to ``` (jsx my-component #js {:children "Foo ‒ bar"}) ```