I find myself writing `getInitialState: function() { return {}; }` way too often. A lot of components wait for AJAX requests before setting any state variables, and doing this will make things much easier.