codeinabox@programming.dev to Programmer Humor@programming.devEnglish · 2 days agoTailwindSQL - SQL Queries with Tailwind Syntaxtailwindsql.xyzexternal-linkmessage-square23linkfedilinkarrow-up143arrow-down12
arrow-up141arrow-down1external-linkTailwindSQL - SQL Queries with Tailwind Syntaxtailwindsql.xyzcodeinabox@programming.dev to Programmer Humor@programming.devEnglish · 2 days agomessage-square23linkfedilink
minus-squarerooroo@feddit.orglinkfedilinkarrow-up1·1 day agoDoesn’t react have scoped styles like vue does?
minus-squarebrian@programming.devlinkfedilinkarrow-up2·1 day 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