react-messenger icon indicating copy to clipboard operation
react-messenger copied to clipboard

Should CSS be extracted into a separate, JS-agnostic UI library?

Open sejr opened this issue 7 years ago • 1 comments

Right now, each component has its own distinct CSS files, with the exception of one or two helper classes (in the wrapper component Messenger). I might add a build step that builds all of these separate stylesheets into a minified file that could be used with Vue or Angular.

sejr avatar Jan 09 '19 04:01 sejr

The biggest argument against this: the primary reason I put this code on GitHub was to make it easy for developers to recreate this functionality with minimal risk of messing something up.

sejr avatar Jan 09 '19 04:01 sejr