상세 컨텐츠

본문 제목

React를 배우는 목적

Programming/React

by 쌩우 2019. 6. 11. 12:58

본문

Achievement Goals

  • React 같은 component 기반 라이브러리를 왜 사용해야 하는지 이해할 수 있다
  • React components를 만들 수 있다
  • React code에서 JSX와 ES6를 사용할 수 있다
  • props를 이용할 수 있다
  • 왜 state가 존재하고, 어떻게 state를 업데이트 하는지 설명할 수 있다
  • React components에서 user events를 handle 할 수 있다
  • stateless functional componentsclass components 사이의 차이점을 설명할 수 있다
  • 3rd party API를 활용할 수 있다
  • 여러 파일에 걸쳐 많은 모듈을 가지고 있는 큰 코드베이스에서도 전체적인 구조를 이해하고 개발할 수 있다

시작하기 전에! React 공식 문서의 Main concepts 12가지 읽기!

'Programming > React' 카테고리의 다른 글

recast.ly - React  (0) 2019.06.14
checkpoints in react  (0) 2019.06.14
Components and Props - React  (0) 2019.06.11
Rendering Elements - React  (0) 2019.06.11
JSX - React  (0) 2019.06.11

관련글 더보기

댓글 영역