Realy simple and friendly way to learn React.js framework. Quick, concise and interactive. Render something React.renderComponent( new React.DOM.div({}, 'something'), document.body ); This just creates a <div> tag in your body like this: <body> <div>something</div> </body> The API is very simple: React.renderComponent(the component, where to render). new React.DOM.div({options: you will see lat