Skip to content

Commit fa8fc5e

Browse files
committed
wip
1 parent 0f2bf7b commit fa8fc5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/reference/eslint-plugin-react-hooks/lints/immutability.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ title: immutability
1010

1111
## 규칙 세부 사항 {/*rule-details*/}
1212

13-
A component’s props and state are immutable snapshots. Never mutate them directly. Instead, pass new props down, and use the setter function from `useState`.
13+
컴포넌트의 props와 state는 불변 스냅샷입니다. 절대 직접 변이하지 마세요. 대신 새로운 props를 전달하고, `useState`setter 함수를 사용하세요.
1414

1515
## 일반적인 위반 사례 {/*common-violations*/}
1616

0 commit comments

Comments
 (0)