Just curious if there any particular reason that the entire application is written with ``` export default React.createClass( { ``` instead of ``` export default class Foo extends React.Component { ``` Not an issue, just wanted to understand rationale...