🌟 Show real-time usage chart on react-addons-css-transition-group's README.md, just copy the code below.
## Usage Trend
[](https://npm-compare.com/react-addons-css-transition-group#timeRange=THREE_YEARS)
Cumulative GitHub Star Trend
🌟 Show GitHub stars trend chart on react-addons-css-transition-group's README.md, just copy the code below.
## GitHub Stars Trend
[](https://npm-compare.com/react-addons-css-transition-group)
Stat Detail
Package
Downloads
Stars
Size
Issues
Publish
License
Â
Â
Â
Â
Â
Â
Â
react-addons-css-transition-group
112,606
240,264
-
1,047
8 years ago
MIT
Popular Comparisons
react-addons-css-transition-group
README for react-addons-css-transition-group
react-addons-css-transition-group
The code in this package has moved. We recommend you to use CSSTransitionGroup from react-transition-group instead.
In particular, its version 1.x is a drop-in replacement for the last released version of react-addons-css-transition-group.
Run npm install --save react-transition-group@1.x, and replace the imports in your code:
// Old
import CSSTransitionGroup from 'react-addons-css-transition-group';
// New
import CSSTransitionGroup from 'react-transition-group/CSSTransitionGroup';
The documentation branch for react-transition-group@1.xcan be found here.