javivelasco / react-css-themr

Easy theming and composition for CSS Modules.
MIT License
591 stars 68 forks source link

Avoids mutating the original styles object #13

Closed vectorsize closed 8 years ago

vectorsize commented 8 years ago

This still performs better and I think it does the trick :)

javivelasco commented 8 years ago

@raveclassic you battled a lot with themr, what do you think of this and the previous change @vectorsize did?

raveclassic commented 8 years ago

Thanks for the question! Yes, after moving all our projects to react we are now integrating themr and it greatly improves our workflow especially in development of shared component libraries. No doubt this change is a performance improval and I'm really looking forward to making this library mainstream.

javivelasco commented 8 years ago

Great!! I'm really happy it worked for you, thanks for your words! 😄