The component spec reads such that getInitialState will occur before mount, and getDefaultProps will occur after (when) mounting. In reality, getDefaultProps occurs before getInitialState (which is accurate, as state may depend on props), so the wording should reflect this.