react-addons-transition-group
The code in this package has moved. We recommend you to use TransitionGroup from react-transition-group instead.
Npm Package Weekly Downloads Trend
🌟 Show real-time usage chart on react-addons-transition-group's README.md, just copy the code below.## Usage Trend
[](https://npm-compare.com/react-addons-transition-group#timeRange=THREE_YEARS)
Cumulative GitHub Star Trend
🌟 Show GitHub stars trend chart on react-addons-transition-group's README.md, just copy the code below.## GitHub Stars Trend
[](https://npm-compare.com/react-addons-transition-group)
react-addons-transition-group
README for react-addons-transition-group
react-addons-transition-group
The code in this package has moved. We recommend you to use TransitionGroup from react-transition-group instead.
In particular, its version 1.x is a drop-in replacement for the last released version of react-addons-transition-group.
Run npm install --save react-transition-group@1.x, and replace the imports in your code:
// Old
import TransitionGroup from 'react-addons-transition-group';
// New
import TransitionGroup from 'react-transition-group/TransitionGroup';
The documentation branch for react-transition-group@1.x can be found here.