react-tutorial icon indicating copy to clipboard operation
react-tutorial copied to clipboard

React tutorial for WEB beginners

React Tutorial

React tutorial for WEB beginners

Lecture Slides (Korean)

  • Lec 1 : http://www.slideshare.net/ssuser555dd7/react-1
  • Lec 2 : http://www.slideshare.net/ssuser555dd7/react-2

English Slides are in progress

Lecture Contents

  1. Developing Environment Setup
  2. HTML, JS and Node.js Tutorial
  3. Introduction to React
  4. React Component Specifications
  5. React Component Lifecycle
  6. React Compile using Node.js
  7. Example

UBaeZi Example

Required Web Browser: Chrome
webpack.config.js

Add es2015 preset to presets array.

  • before

presets: ['react']

  • after

presets: ['es2015', 'react']

Sample Page

Sample page: http://www.blueberry.ml/HeXA/react-tutorial