CSS Architecture: BEM, CSS Modules, Styled Components
CSS was designed for documents, not applications. As JavaScript frameworks enabled increasingly complex UIs, CSS’s global namespace became a liability. Every class name exists in a single global…
Read more →