Skip to content

Latest commit

 

History

History

seminar1

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

19.5 rookies react seminar 1

Instructor 우현민(woohm402) 2021.09.04.(토) 16:30

수업 내용


  1. React 개요
    • Why React?
    • Virtual DOM
    • flux pattern
    • create-react-app 구조 살펴보기
      • index.html
  2. React Component
    • JSX
    • State
      • useState
      • state management
    • Props
      • 번외: import and export
      • how index.js works
    • render
  3. Todo List 만들기
    • key in react
    • immutable

세미나 자료


PPT

과제