React CSS Transitions

I have struggled a lot with using ReactCSSTransitionsGroup effectively, so I made this demo showcasing several uses of CSS transitions in React.

Some of the demos use ReactCSSTransitions in combination with native CSS transitions. I now have a better grasp of creating transitions using the React addons and through plain CSS. Hopefully this will prove helpful to anyone else trying to add transitions in their React projects.