Hi, are there any disadvantage for using the $
macro for primitive elements/components instead of helix.dom
?
I'm thinking to just use ($ :div "hello world")
instead of (d/div "hello world")
Reason
1. consistency betwenn primitive and user defined component,
2. intellij/cursive cannot resolve usage of d/div
Yeah that’s fine.
Cursive is adding support for helix so :hand_with_index_and_middle_fingers_crossed::skin-tone-2: that releases soon
Thanks for answering. Good to know 😁