profile
- RAYC, Vaping Ape, Bitcoin Monkeys holder
post-thumbnail

Conditional Rendering

조건에 따라서 rendering 을 다르게 할 수 있다.if ~ elseinline JSX \- e1 && e2 \- condition ? e1 : e2return nullitem을 샀을 경우 Sell button item을 팔았을 경우 Buy buttone1 &&

2022년 9월 23일
·
0개의 댓글
·
post-thumbnail

[React] State and Lifecycle

component -> reusable, encapsulatedstate -> private, fully controlled by componentDOM node 를 rendering 하기 위해 사용된 instance of component 가 있을 것이고 해당 UI를

2022년 9월 7일
·
0개의 댓글
·
post-thumbnail

[React] super(props)

클래스 컴포넌트를 작성할 때 형식적으로 작성한 형태가 존재한다.constructor(props)super(props)Note 지금은 단지 Option! GitHub - tc39/proposal-class-fields: Orthogonally-informed comb

2022년 9월 7일
·
0개의 댓글
·
post-thumbnail

[React] Components and Props

React는 Component 단위로 UI를 구성한다.

2022년 9월 3일
·
0개의 댓글
·