helix

https://github.com/Lokeh/helix
2020-06-06T17:01:51.143100Z

How to inject ^:native on a macro ?

2020-06-06T17:19:59.143600Z

I think I got it.

(defmacro button [& args]
  `(helix/$ ~(with-meta 'Button {:native true})   ~@args))

lilactown 2020-06-06T17:29:16.143900Z

yep! that looks good

fabrao 2020-06-06T20:21:03.145500Z

I deployed my first project with helix today, thanks for the very good library that helped me too much.

👏 2
fabrao 2020-06-06T20:23:41.146900Z

I left reagent re-frame and started with helix , easier to work with

lilactown 2020-06-06T21:02:32.147500Z

I'm glad it's working for you!! I appreciate the kind words ❤️