uber-archive / r-dom

React DOM wrapper
MIT License
263 stars 18 forks source link

Require classSet instead of addon.classSet to reduce the size. #12

Closed rhobot closed 9 years ago

rhobot commented 9 years ago

Instead of requiring the whole React/addons, using classSet will reduce the size of the package. react-classset is just a few lines of code.

mlmorg commented 9 years ago

:+1:

mlmorg commented 9 years ago

Make sure to squash the commits before you merge. Thanks!