1. React
  2. React Finland
  3. 2019
  4. Custom CSS is the path to inconsistent UI

Custom CSS is the path to inconsistent UI

Artem Sapegin at React Finland 2019

Custom CSS is the simplest way to make the UI inconsistent, especially if we’re talking about spacing between UI elements, font sizes or colors. When developers have too much freedom in defining the UI, they will do things differently. The issue could be solved by avoiding any custom CSS on the app level and having a set of primitive components that allow developers to glue UI together in a consistent way.