Fork me on GitHub
#cljsrn
<
2022-02-22
>
joshmiller00:02:15

Is anyone here using Tailwind for styling in their cljs/rn project?

joshmiller00:02:25

It seems like the most up-to-date JS implementation is here: https://github.com/vadimdemedes/tailwind-rn

joshmiller00:02:35

But it looks like it’s so up-to-date it’s using Hooks to implement the Tailwind JIT, which makes for some pretty convoluted code: https://github.com/vadimdemedes/tailwind-rn/blob/master/migrate.md

joshmiller00:02:30

That seems like overkill for what I want, which is for a set of named classes to be translated to style attributes.

joshmiller00:02:48

Anyone using this or something else? Would be interested in people’s experiences.

gammarray11:02:56

I've been using tailwind-rn 3.x happily for a while now.

👍 1