Skip to content

kimxogus/react-tutorial

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published