-
Notifications
You must be signed in to change notification settings - Fork 5
12장 (~12.4) 리덕스를 이용한 상태 관리 #50
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
Open
HyunSooBae
wants to merge
34
commits into
REACTQUICKSTART-STUDY:develop
Choose a base branch
from
HyunSooBae:main
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 클래스 컴포넌트는 함수 컴포넌트에서 사용할 수 없는 다양한 생명주기 메서드를 사용할 수 있다. - 생명주기 메서드는 컴포넌트가 마운트 될 때 / 컴포넌트(상태, 속성)가 업데이트 될 때 / 컴포넌트가 언마운트 될 때 로 구분해서 사용할 수 있다. - 클래스 컴포넌트 내부에서 에러가 발생하면 componentDidCatch 생명주기 메서드를 이용해 에러 처리를 수행한다. - 컴포넌트가 마운트 될 때, 언마운트 될 때 외부 리소스를 연결하고 해제하는 코드를 꼭 작성해야 한다.(setInterval, clearInterval...) - 리액트 애플리케이션의 렌더링 성능 최적화를 위해 기본적으로 필요한 요구 사항은 불변성을 가지도록 상태를 변경하는 것이다.
11장 예제 연습1 11장 예제 연습1 11장 예제 연습1 11장 예제 연습1 11장 예제 연습1 11장 예제 연습1 11장 예제 연습1 11장 예제 연습1 11장 예제 연습1 11장 예제 연습1
12장 (~12.3) 리덕스를 이용한 상태 관리 12장 (~12.3) 리덕스를 이용한 상태 관리 12장 (~12.3) 리덕스를 이용한 상태 관리 12장 (~12.3) 리덕스를 이용한 상태 관리 12장 (~12.3) 리덕스를 이용한 상태 관리 12장 (~12.3) 리덕스를 이용한 상태 관리 12장 (~12.3) 리덕스를 이용한 상태 관리 12장 (~12.3) 리덕스를 이용한 상태 관리 12장 (~12.3) 리덕스를 이용한 상태 관리 12장 (~12.3) 리덕스를 이용한 상태 관리 12장 (~12.3) 리덕스를 이용한 상태 관리
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.