How to inject ^:native on a macro ?
I think I got it.
(defmacro button [& args]
`(helix/$ ~(with-meta 'Button {:native true}) ~@args))
yep! that looks good
I deployed my first project with helix
today, thanks for the very good library that helped me too much.
I left reagent
re-frame
and started with helix
, easier to work with
I'm glad it's working for you!! I appreciate the kind words ❤️