DEV Community

Discussion on: CSS-in-JS: Comparing compile-time and runtime approaches

Collapse
 
brense profile image
Rense Bakker

The performance impact of emotion is only really problematic if you use the css() method a lot inside your component render, because it has to serialize the object every render.