DEV Community

Discussion on: The tiniest CSS-in-JS solution for your open-source React components

Collapse
 
shadowtime2000 profile image
shadowtime2000

You could do it by making the CSS-in-JS-like solution optional so for people who SSR can just ship the styles separately. Though, yeah SSR may not matter as much in this case as it would in like a ui framework because a color picker a little more of a client side component instead of one that should be like fully crawlable.