Create-React-App

npm install -g create-react-app

and wait...

cd ~/Development/

create-react-app workshop

cd workshop

npm start

JSX


Babel Repl

Components

Plan Your Components

Let's make a news reader

Static vs. Dynamic

Google "RSS2JSON"

Lifecycle

That's it (bye)