Fork me on GitHub
#helix
<
2021-04-21
>
dominicm18:04:40

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.

dominicm18:04:16

Should I open an issue to track this perhaps?

Aron19:04:35

Couldn't this be a userspace macro?

Aron19:04:15

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.

dominicm20:04:09

@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"})

Aron20:04:34

I know what it is

Aron20:04:01

I know much less about macros 🙂

😕 3