[Docs] Add note on classSet deprecation

This commit is contained in:
Cheng Lou
2015-02-06 16:25:48 -05:00
parent 9f9d833065
commit b6980ab980
@@ -6,6 +6,10 @@ prev: two-way-binding-helpers.html
next: test-utils.html
---
> NOTE:
>
> This module now exists independently at [JedWatson/classnames](https://github.com/JedWatson/classnames) and is React-agnostic. The add-on here will thus be removed in the future.
`classSet()` is a neat utility for easily manipulating the DOM `class` string.
Here's a common scenario and its solution without `classSet()`: