Back
Stephen Johnson
Load previous page…

I end up using Styled Components for all my CSS. It forces me to write CSS that is only directly necessary and it is super readable because the HTML component is on the same page. www.styled-components.com/. It also helps with load time because then there isn't one big CSS file with unused properties.