TimidLion / react-tutorial

React tutorial for WEB beginners

Home Page:http://www.blueberry.ml/HeXA/react-tutorial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Tutorial

React tutorial for WEB beginners

Lecture Slides (Korean)

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

About

React tutorial for WEB beginners

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


Languages

Language:JavaScript 49.3%Language:HTML 39.9%Language:CSS 10.8%