Commit Graph

54 Commits

Author SHA1 Message Date
Sverre Johansen c7323c541d Removed componentDidUnmount
This method does not exist. At this point in time the component is deleted, so you have to use componentWillUnmount instead.
2015-02-07 21:59:26 +01:00
Žiga 9b4777a523 update for react 0.12.0
http://facebook.github.io/react/blog/2014/10/16/react-v0.12-rc1.html

I changed `Component()` to `<Component />` because otherwise you now need to use `React.createElement(Comment, null),`
2014-11-01 11:41:45 +01:00
Rico Sta. Cruz 60b8d0b039 Update react.js cheatsheet. 2014-06-07 23:19:25 +08:00
Rico Sta. Cruz f5cd66053f . 2014-03-22 12:03:13 +08:00