Hacker News new | ask | show | jobs
by hnarn 2239 days ago
Just out of curiosity, what's with all the freaky class names? Like class="sc-jTzLTM ipDHfO", class="sc-jzJRlG hdyVuB" etc.
2 comments

they are auto generated by `styled-components` - a great option for "css in js" in the React ecosystem
Probably a preprocessor generating those..