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

Component based styling for your React applications

Results 5 react-stylesheet issues
Sort by recently updated
recently updated
newest added

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.

enhancement
help wanted

Maybe something like in Aphrodite? https://github.com/Khan/aphrodite#server-side-rendering

enhancement
help wanted