Skip to content

Instantly share code, notes, and snippets.

@JoeTheDave
Created May 15, 2018 02:09
Show Gist options
  • Save JoeTheDave/c59740f6e3a36abdf46951f73451ee4b to your computer and use it in GitHub Desktop.
Save JoeTheDave/c59740f6e3a36abdf46951f73451ee4b to your computer and use it in GitHub Desktop.
// So instead of this
import ReactCSSTransitionGroup from 'react-addons-css-transition-group';
// Use this
import { CSSTransitionGroup } from 'react-transition-group'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment