• BlackEco@lemmy.blackeco.com
      link
      fedilink
      arrow-up
      3
      ·
      2 days ago

      Most React devs either colocate styles with their JSX with CSS-in-JS or skip CSS entirely with Tailwind class soup in their JSX. I must be one of the few that use CSS Modules instead (so CSS is in a separate file from JSX)