ReactJS Notes July 22nd, 2015
- View only: In React, event handlers modify the “state”, and whenever the state is modified, React automatically calls render() again to update the UI
- You can nest components
render: function() { return ( <p className="secondary"> <PrimaryComponentName />