일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- java
- Computer Science
- REACT
- 개발공부
- useState
- codestates
- react 기초
- Zerobase
- inversion of control
- 비동기
- OS
- python algorithm
- algorithm
- 파이썬
- 알고리즘
- 자바스크립트
- Operating System
- typeScript
- 자료구조
- 프로그래머스
- 컴퓨터공학
- context switching
- execution context
- 자바
- 파이썬 알고리즘 인터뷰
- Python
- 코드스테이츠
- node.js
- 운영체제
- JavaScript
Archives
- Today
- Total
목록리엑트 (1)
Back to the Basics
[React][Codestates] React State & Props , props.children
React State & Props Achievement Goals state, props의 개념에 대해서 이해하고, 실제 프로젝트에 적용할 수 있다. React 함수 컴포넌트(React Function Component)에서 state hook을 이용하여 State를 정의 및 변경할 수 있다. React 컴포넌트 (React Component)에 props를 전달할 수 있다. 실제 웹 애플리케이션의 컴포넌트를 보고 어떤 데이터가 state이고 props에 적합한지 판단할 수 있다. 실제 웹 애플리케이션 개발 시 적합한 state와 props의 위치를 스스로 정할 수 있다. React의 단방향 데이터 흐름(One-way flow)에 대해 자신의 언어로 설명할 수 있다. State & props Intro..
Frontend Development/React
2021. 8. 19. 21:22