View React Lifecycle Methods
Lifecycle: | Update: | |
Mounting and Unmounting | New Props or State | |
--------------------------------+----------------------------------- | |
| | |
getDefaultProps() | componentWillReceiveProps()* | |
| | |
getInitialState() | shouldComponentUpdate() | |
| | |
componentWillMount() | componentWillUpdate() | |
| |
View Logger
<!-- | |
======================================================== | |
LOGGER | |
I go in the bottom of the body! | |
https://gist.github.com/3069243 | |
________________________________________________________ | |
--> | |
<div id=logger></div> | |
<style> | |
#logger { |