Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 1.01 KB

README.md

File metadata and controls

22 lines (13 loc) · 1.01 KB

Building user interfaces with Facebook's React: What's the DIFF?

A conference talk from Super VanJS 2013 (video link)

Steven Luscher’s React talk at Super VanJS 2013

Demos

To run the demos, clone this repo, and then:

  1. cd demo
  2. npm install
  3. npm start

Requires Chrome.

Slides

To view the slides, open slides/index.html in a browser. Press spacebar to advance; you'll miss some slides if you use the right arrow key.

The two slides at the end won't work if the presentation is running under the file:// schema. If Python is available on your system, simply run npm start from the slides directory to start a lightweight webserver. Alternatively, use your own favorite webserver (eg. Pow) to mount the presentation at https://

Requires Chrome.