일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 비동기
- 파이썬 알고리즘 인터뷰
- 프로그래머스
- codestates
- typeScript
- python algorithm
- context switching
- 글또
- REACT
- react 기초
- execution context
- 자바
- algorithm
- Computer Science
- 자료구조
- node.js
- OS
- 운영체제
- Python
- 컴퓨터공학
- useState
- java
- 알고리즘
- 코드스테이츠
- 개발공부
- Operating System
- Zerobase
- 파이썬
- JavaScript
- 자바스크립트
Archives
- Today
- Total
목록React props.children (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