Skip to content

aaronkarlsberg/REACTjs-Tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

React Workshop

##Outline

Pre-requisites

Setup

  • Clone the repo
  • Install npm: brew install npm
  • Install react tools: npm install react-tools

Intro

  • Where does it fit in our eco system?
  • Why?
  • How?
  • JSX & React Tools

Modules and Tools

  • CommonJS / Node-style modules
  • Automation tools: Gulp and Grunt

From Prototype to static React

  • Checkout the step branch: git checkout prototype
  • Let's turn our prototype into working React components

Props vs State

The API

  • Let's explore our API

From static React to Dynamic React

  • Checkout the step branch: git checkout static
  • Let's think of state
  • Let's decide on component state vs props
  • Let's call our API

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published