Skip to content

davidsturgeon/es6-react-pres

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Using ES6 with React


This Fork

I am using this as a demonstration to show React / JSX / Node/iojs.

Summary

The point of this presentation is to:

  • Teach you React. It assumes no prior knowledge.
  • Teach you JSX. It makes writing React so much more pleasant.
  • Teach you (some) ES6. This presentation only assumes ES5 familiarity.
  • Teach you React with ES6. It shows you the newer paradigm of coding React using ES6 classes.
  • Teach you server-side rendering on React using Koa.

Presented at:

OMDb

The example app makes use of the OMDb API. I'd encourage you to donate to this cool project. I did to hopefully offset some of the costs that this will cost him. 😄

How it works

The completed project lives in the completed/ directory. I've left for you a skeleton of the project to code up in the empty/ directory. You can recreate the presentation without me there using speakersNotes.md.

Also, something tricky is that for the first bit, you'll need to symlink in font-awesome. ln -s node_modules/font-awesome/ empty/fa should work (after you've ran npm install.)

How to Run

  1. cd into completed or empty directory
  2. iojs app.js
  3. Navigate to localhost:3000 in web browser

Contributing

Please feel free to correct spelling errors, leave issues of how certain things are unclear (whether that's listening to me actually present this or just from reading,) or make PRs if you find a better way to teach or say something.

License

The project includes some images and info from Netflix shows and others that I pulled from the web that retain their original licenses. It also depends on varying projects that also retain their own licenses. For whatever code I have written, or whatever code that others commit and are merged into the project, are released under the MIT license.

Project Author

❤️ Brian Holt

Project Modder

❤️ David Sturgeon

About

Using ES6 with React

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 48.2%
  • JavaScript 44.0%
  • HTML 7.8%