Skip to content

what are some potential challenges developers might face when adopting Tailwind in large projects? #18443

Answered by Dronzer2code
SoumyaEXE asked this question in Help
Discussion options

You must be logged in to vote

Adopting Tailwind CSS in a big project can be a game-changer for speed, but it's not without its hurdles.

One common challenge is the initial learning curve. Developers used to traditional CSS or component-based frameworks might find the utility-first approach a bit jarring at first. Instead of naming a component button and styling it in a separate CSS file, you're directly adding classes like px-4 py-2 bg-blue-500 rounded right in your HTML. This shift in thinking takes time to get used to.

Then there's the "verbose HTML" concern. Your HTML files can become quite packed with Tailwind classes, making them look "ugly" or harder to read for some. While this is often mitigated by using compo…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by SoumyaEXE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants