helix

https://github.com/Lokeh/helix
dominicm 2021-04-21T18:42:40.028500Z

Bringing this up again as helix starts looking to approach a more stable version. We've been using our own $ wrapper that supports $ "div.foo.bar" for a while now, and we're still 😍 for it. Doesn't support ids via # but that could be fixed I'm sure.

dominicm 2021-04-21T18:43:16.028600Z

Should I open an issue to track this perhaps?

Aron 2021-04-21T19:58:35.029100Z

Couldn't this be a userspace macro?

Aron 2021-04-21T19:59:15.029900Z

The app I am working on right now with helix, uses material ui, doesn't even make sense to do this kind of thing, at least I am now aware how it would work.

dominicm 2021-04-21T20:02:09.030Z

@ashnur It definitely could stay as one, yup. But I think there's value to having this in core where it's available to everyone by default. It doesn't detract from the material use-case, only acts as a shorter alternative to (d/div {:class "foo bar"})

Aron 2021-04-21T20:16:34.030200Z

I know what it is

Aron 2021-04-21T20:17:01.030400Z

I know much less about macros 🙂

😕 1