react-tutorial
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
- Developing Environment Setup
- HTML, JS and Node.js Tutorial
- Introduction to React
- React Component Specifications
- React Component Lifecycle
- React Compile using Node.js
- 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