codeinabox@programming.dev to Programmer Humor@programming.devEnglish · 2 days agoTailwindSQL - SQL Queries with Tailwind Syntaxtailwindsql.xyzexternal-linkmessage-square23fedilinkarrow-up142arrow-down12
arrow-up140arrow-down1external-linkTailwindSQL - SQL Queries with Tailwind Syntaxtailwindsql.xyzcodeinabox@programming.dev to Programmer Humor@programming.devEnglish · 2 days agomessage-square23fedilink
minus-squarerooroo@feddit.orglinkfedilinkarrow-up1·18 hours agoDoesn’t react have scoped styles like vue does?
minus-squarebrian@programming.devlinkfedilinkarrow-up2·11 hours agoyeah but you still basically end up duplicating the internal structure of the react component but in a css file then. there’s nothing definitive that makes one of those 3 options better, it’s all preference. any of them fit better than global css though
Doesn’t react have scoped styles like vue does?
yeah but you still basically end up duplicating the internal structure of the react component but in a css file then.
there’s nothing definitive that makes one of those 3 options better, it’s all preference. any of them fit better than global css though