React Refs

Andrew Daniel

IBM Watson Tooling Engineer

 

twitter.com/ajdaniel

slides.com/ajdaniel/reactrefs

React and the DOM

  • React is a Declarative Language
<Modal open={this.state.modalOpen} title="Welcome">
    <header>This is a Modal!</header>
</Modal>
Made with Slides.com