Duarte Monteiro
Duarte Monteiro
@alaingalvan wild guess at this point but maybe `componentWillReceiveProps()` or `componentWillUpdate(nextProps, nextState)` might do the trick, I'm gonna have a play with this and see what I come up with
@alaingalvan @nekcih I've tried look into it but the real issue is animating before unmounting, this is a problem a lot of people are having when trying to do perform...
@Crizzooo The current recommend way is to use [react-motion](https://github.com/chenglou/react-motion) [``](https://github.com/chenglou/react-motion#transitionmotion-). If you search the react library issues for animation unmount you're very likely to land on various proposals of `componentWillPrepareUnmount...