Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Dip your toe in React programming

Dip your toe in React programming

Avatar for Kristin Baumann

Kristin Baumann

October 13, 2017
Tweet

More Decks by Kristin Baumann

Other Decks in Technology

Transcript

  1. @kristin_baumann Connect React app with DOM 15 index.html index.js <App

    /> Demo: www.kristin-baumann.com/react-medium-v1 Code: https://github.com/kristinbaumann/react-medium-clone-v1
  2. @kristin_baumann Properties (Props) 17 Section.js ArticleThumb.js - Parameters passed down

    from parent to child component - Used for configuration - Not changeable in child component
  3. @kristin_baumann 5 reasons to start using React 20 -Fast applications

    (rendering with Virtual DOM) -Enables confident development with proper testing -Open source software, well maintained by Facebook -Allows clientside and serverside rendering -Composable with existing applications