Tailwind should be considered a legacy tool at this point. Use the CSS language as it was designed instead of inventing another markup-based styling language, which leads to basic software anti-patterns (e.g. magic numbers or abbreviations like "pt-0.5"), a maintenance nightmare, and a huge knowledge gab. #webdev #reactjs #css #softwareengineering #tailwindcss
It's just a tool, you can stop using it
I understand (and agree) with your perspective. Tbh tailwind got the hype because of shadcn and AI. Other than that, tailwind has been there but the industry was dominated by MUI and its styled components. Tailwind is pretty unreadable at times. There are 8 9 lines of stringified classnames, by the time we reach line 2, we forget what was on line 1. No one imo actually reads any of those class names. It SOUNDS cool that people can type faster, but honestly I didn't like it. MUI's sx prop was the beast. Now with AI doing most of our stuff, tailwind seems like a go to plan. I just ask AI to change my shadow XD