Startup Slam 2016

Required Tools

Helpful but not Required

Objectives

Obtain a basic understanding of components, be able to use and build simple web applications using react

Clone Repo

git clone

Install

npm install && 
npm run start

###Tools ####We'll use but won't go into depth with, feel free to check them out.

###Take aways

  • Basic React Component class, constructor, componentDidMount, and render functions
  • How to create and use them to create simple web apps
  • An understanding of how to use ReactDOM works
  • Knowledge about package.json, webpack, and babel

###Extra resources