react-stylesheet
react-stylesheet copied to clipboard
Component based styling for your React applications
We should either make it hardcoded or provide more explicit control over it.
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...
Add Jest snapshot serialisers for stylesheet so that we can test style which are being compiled to CSS.
Maybe something like in Aphrodite? https://github.com/Khan/aphrodite#server-side-rendering