Daily/Today I Learned
20220406_TIL
ํธ๋ฐ์ด
2022. 4. 6. 18:18
๐น์ค๋ ํ ์ผ
React ํ์ต
- Component Event ๋ฐ์ ์ ๋ณ๊ฒฝ
- Props ↔ State์ ๊ด๊ณ
- Props
- ์ฝ๊ธฐ ์ ์ฉ์ด๋ค.(read only)
- ์์ ํ ์ ์๋ค.
- State
- ๋น๋๊ธฐ๋ก ๋ณ๊ฒฝ๋ ์ ์๋ค.
- this.setStateํจ์๋ก ์์ ํ ์ ์๋ค.
- Props
- CRUD: CR๊ฐ ๊ฐ์ฅ ์ค์ํ๋ค ๋ง๋ค๊ณ ์ฝ์ง ๋ชปํ๋ฉด UD๊ฐ ํ์์๋ค.
- Create
- Read
- Update
- Delete