From 9a21eec36e41be9cba2f2d0c2dae1d0850edd985 Mon Sep 17 00:00:00 2001 From: Cheng Lou Date: Fri, 30 Jan 2015 18:56:52 -0800 Subject: [PATCH] [Docs] Add note on classSet deprecation --- docs/10.3-class-name-manipulation.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/10.3-class-name-manipulation.md b/docs/10.3-class-name-manipulation.md index e89864639..15b41101e 100644 --- a/docs/10.3-class-name-manipulation.md +++ b/docs/10.3-class-name-manipulation.md @@ -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()`: