react-stylesheet
react-stylesheet copied to clipboard
Consider injecting styles with insertRule instead of style-loader
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.