If you start again right now, would you choose tailwind? #239
-
would you choose tailwind over chakra in the react environment? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hello @vanenshi, |
Beta Was this translation helpful? Give feedback.
-
Hello @vanenshi, That is an interesting question, I did think about that lately, and my conclusion is that Chakra UI really speed up my development as it includes a lot of component logic for me. Yes, like @ivan-dalmet said, there are packages like Quick non exhaustive comparisonChakra UIPRO
CONS
Tailwind CSSPRO
CONS |
Beta Was this translation helpful? Give feedback.
Hello @vanenshi,
That is an interesting question, I did think about that lately, and my conclusion is that Chakra UI really speed up my development as it includes a lot of component logic for me. Yes, like @ivan-dalmet said, there are packages like
@headlessui/react
, and others, likezag-js
coming up lately for example, but I do not really want to introduce a new low level component likeButton
every time I start a project. Also, doing low level component comes with a trade-off, you have to maintain them, because first iterations won't come as good as the many iterations Chakra UI had. Like for example, the accessibility. Chakra UI is awesome because accessibility is at the core of Chakra…