cljsrn

joshmiller 2022-02-22T00:15:15.463429Z

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

joshmiller 2022-02-22T00:15:25.758289Z

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

joshmiller 2022-02-22T00:16:35.719829Z

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

joshmiller 2022-02-22T00:17:30.965869Z

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

joshmiller 2022-02-22T00:17:48.521909Z

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

gammarray 2022-02-22T11:27:56.794139Z

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

👍 1