From 037fb33f6f975f7bd26a0b8b957788bff0468bbc Mon Sep 17 00:00:00 2001 From: Chloe Kim Date: Wed, 13 Sep 2023 10:04:52 +0900 Subject: [PATCH] =?UTF-8?q?=EC=BD=94=EB=93=9C=ED=88=AC=EA=B2=8C=EB=8D=94-?= =?UTF-8?q?=ED=81=B4=EB=A6=B0=EB=A6=AC=EC=95=A1=ED=8A=B8=20=EC=BB=A4?= =?UTF-8?q?=EB=A6=AC=ED=81=98=EB=9F=BC=20=EC=98=A4=ED=83=80=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../code-together/course/clean-react/curriculum_part1.mdx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/content/code-together/course/clean-react/curriculum_part1.mdx b/content/code-together/course/clean-react/curriculum_part1.mdx index 591a8edb..01503de0 100644 --- a/content/code-together/course/clean-react/curriculum_part1.mdx +++ b/content/code-together/course/clean-react/curriculum_part1.mdx @@ -31,8 +31,11 @@ subjectList: - name: 더 빠른 애플리케이션 details: - - 프로토콜지향 프로그래밍 - - 의존성 분석하기 + - useCallback, react.memo + - memoization + - react lazy + - useTransition, useDeferredValue + - 리액트 디버깅과 프로파일링 - name: 테스팅 가능한 코드 구현 details: