Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
the purpose of tailwind css is to be used in component based framework. Steer away from it otherwise. The sheer amount of css classes inside each html tag is madness. I prefer something clean like <a class="button" href="...
IMHO, It is still crazy even inside component, where you only write them once. -
retoor15543dWell, as I just stated in a diferent rant, why would you still use such thing if you can vibe it exactly as you want and explitly decline 3rd party shit. You can make JS shit extend from HTMLElement and make decent components (if not using the geh shadowdom) to remain wannabe profii. Snek originally had just javascript inline to the page. I preferred it above another requests and didn't wanted it to have cached anyway. Just using the whole page as my component. Seriously, why not.
Related Rants

How to vertically center in css..
Yeah no
If there's one thing that is universal truth, it's that Tailwind CSS is doodoo.
rant
opinion
css