Want a whirlwind tour of facebook's React framework? John starts from scratch and builds an app in React in under 7 minutes. You'll learn about building custom components, using React this.state vs. this.props, and React hooking up events. [00:00] React is all about rendering out some sort of element, say an h1 that says "Hello," and then targeting something on the DOM, like the document body. You