Skip to content

Commit

Permalink
[Docs] Add note on classSet deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
chenglou committed Feb 6, 2015
1 parent 9f9d833 commit b6980ab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/docs/10.3-class-name-manipulation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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()`:
Expand Down

0 comments on commit b6980ab

Please sign in to comment.