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

Intro to React

Jpadilla1
November 02, 2015

Intro to React

Introduction to ReactJS including, design, virtual DOM, state, smart and dumb components and more! Note: some of the concepts have been taken from Pete Hunt's talk "Rethinking best practices" at JSConf EU 2013

Jpadilla1

November 02, 2015
Tweet

More Decks by Jpadilla1

Other Decks in Technology

Transcript

  1. Recommended structure • Separate files for your HTML, CSS and

    JavaScript • Link your CSS and JavaScript files in your HTML
  2. What React encourages • HTML and CSS in JavaScript •

    Let JavaScript take complete control of your app
  3. Yes. HTML will live in your JavaScript. Yes. CSS will

    live in your JavaScript. Yes. JavaScript will control everything.