Skip to content

Commit

Permalink
post: 퇴고3: 4편 최종정리
Browse files Browse the repository at this point in the history
  • Loading branch information
jeonghwan-kim committed Jul 6, 2023
1 parent 777e16c commit 5c38a52
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions content/blog/2023/06/lecture-react-season2/4-5/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,29 +9,29 @@ tags: [react]

마침내 마지막 4편을 정리할 시간이다.

1장. 레프훅
1장. 레프 훅

- 리랜더링과 무관하게 지속할 수 있는 값을 제공
- 랜더링과 무관하게 지속할 수 있는 값을 제공
- 상태 훅과 비슷하지만 리랜더징 하지않음
- Diloag, OrderForm 활용
- Dialog, OrderForm 활용

2장. 제어폼
2장. 제어 폼

- 제어컴포넌트 이해
- 제어컴포넌트 폼을 재사용하기 위한 MyForm
- 제어 컴포넌트 이해
- 제어 컴포넌트 폼을 재사용하기 위한 MyForm
- useForm, getFieldProps
- Form, Field, ErrorMessage
- OrderForm 활용

3장. 리듀서 훅

- 배경. 상태 관리 복작해질 경우 사용
- 상태 관리 복작해질 경우 사용
- 상태관리로직 재사용
- 스토어. 스토어 구독시 리랜더 구조
- 스토어
- MyForm을 리듀서 버전으로 추가 구현

4장. 메모이제이션 훅

- 메모이제이션 기법
- 컴포넌트 메모이제이션: useMemo, useCallback, memo
- useMemo, useCallback, memo
- OrderStatusCard, useParams 활용

0 comments on commit 5c38a52

Please sign in to comment.