Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2023-01-02 스터디 준비 - pumpkiinbell #7

Closed
pumpkiinbell opened this issue Jan 2, 2023 · 0 comments
Closed

2023-01-02 스터디 준비 - pumpkiinbell #7

pumpkiinbell opened this issue Jan 2, 2023 · 0 comments
Assignees
Labels

Comments

@pumpkiinbell
Copy link
Member

pumpkiinbell commented Jan 2, 2023

재렌더링 비용이 적은 폼 컴포넌트 만들기

링크

Form 을 개발하며 왜 모든 요소에 re-render 가 일어나야 하는지 고민해 본 경험이 있나요?

이 글에선 단순한 리액트 폼 컴포넌트와 Context API, Jotai, React Hook Form 을 사용한 컴포넌트를 비교하며 re-render 비용이 적은 폼 컴포넌트를 만들어 봅니다.

내용

  • 일반 폼과 Context API, jotai, React Hook Form 을 사용한 폼을 비교합니다.
  • 왜 props 로 전달한 ReactElement 는 re-render 가 일어나지 않을까? 링크
@pumpkiinbell pumpkiinbell changed the title 2023-01-02 스터디 준비 2023-01-02 스터디 준비 - pumpkiinbell Jan 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant