1. React
  2. React Alicante
  3. 2017
  4. Custom CSS is the path to inconsistent UI

Custom CSS is the path to inconsistent UI

Artem Sapegin at React Alicante 2017

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 base components that allow developers to glue UI together in a consistent way.