Content
@
0 reply
0 recast
0 reaction
Nate γ
@natedev.eth
question for the cracked devs of this channel: would you pick nativewind for a mobile only app? I keep coming back to this benchmark and even though I'd like to use tailwind on mobile I'm still not fully convinced that nativewind is there performance wise https://github.com/efstathiosntonas/react-native-style-libraries-benchmark
5 replies
12 recasts
28 reactions
Nick Cherry
@nickcherry
in case it's useful, i tend to use https://tvke.github.io/react-native-tailwindcss/. i haven't done a deep dive, but i assume it's pretty performant given that it's just expose a deep object of view / test styles, doesn't have any runtime compute, and only using a subset of tailwind's classes.
1 reply
0 recast
1 reaction
Nick Cherry
@nickcherry
also, while it's more of a preference, i prefer that it actually uses pojos, so you get type safety and auto suggest without having to worry about extra compilation steps and ide plugins.
0 reply
0 recast
0 reaction