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

Consider injecting styles with insertRule instead of style-loader

Open andreypopp opened this issue 7 years ago • 0 comments

IIRC style-loader uses appendChild to insert a newly created stylesheet. But that's slow according to https://twitter.com/threepointone/status/758095801558011904. Also I think we can make rip some bytes off of the total lib size if we ditch style-loader.

andreypopp avatar Jul 11 '17 09:07 andreypopp