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

Introduction to React.js

Introduction to React.js

UNC Cause 2015 presentation on React.js
Code examples at https://github.com/jlbooker/reactjs-intro-examples

Jeremy Booker

October 16, 2015
Tweet

More Decks by Jeremy Booker

Other Decks in Programming

Transcript

  1. React is Declarative Imperative “describe computation in terms of statements

    that change a program state” Declarative “express the logic of a computation with describing control flow” *According to Wikipedia
  2. sibling(X, Y) :- parent_child(Z, X), parent_child(Z, Y). parent_child(X, Y) :-

    father_child(X, Y). parent_child(X, Y) :- mother_child(X, Y). mother_child(trude, sally). father_child(tom, sally). father_child(tom, erica). father_child(mike, tom). ?- sibling(sally, erica). Yes
  3. Spreadsheet App Table Row Row Row Row Row Cell Cell

    Cell Cell Cell Cell Cell Cell Cell Cell Cell Cell Cell Cell Cell Cell Cell Cell Cell Cell
  4. Spreadsheet App Table Row Row Row Row Row Cell Cell

    Cell Cell Cell Cell Cell Cell Cell Cell Cell Cell Cell Cell Cell Cell Cell Cell Cell Cell Total Total Total Total Total
  5. Spreadsheet App Table Row Row Row Row Row Cell Cell

    Cell Cell Cell Cell Cell Cell Cell Cell Cell Cell Cell Cell Cell Cell Cell Cell Cell Cell Total Total Total Total Total Row Total Total Total Total Total