You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/reference/react/cache.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -192,11 +192,11 @@ async function MinimalWeatherCard({city}) {
192
192
}
193
193
```
194
194
195
-
`AnimatedWeatherCard`와 `MinimalWeatherCard`가 같은 <CodeStepstep={1}>도시</CodeStep>를 렌더링할 때, <CodeStepstep={2}>메모화된 함수</CodeStep>로 부터 같은 데이터의 스냅샷을 받게 됩니다.
195
+
`AnimatedWeatherCard`와 `MinimalWeatherCard`가 같은 <CodeStepstep={1}>city</CodeStep>를 렌더링할 때, <CodeStepstep={2}>메모화된 함수</CodeStep>로 부터 같은 데이터의 스냅샷을 받게 됩니다.
196
196
197
-
`AnimatedWeatherCard`와 `MinimalWeatherCard`가 다른 <CodeStepstep={1}>도시</CodeStep>를 <CodeStepstep={2}>`getTemperature`</CodeStep>의 인자로 받게 된다면, `fetchTemperature`는 두 번 호출되고 호출마다 다른 데이터를 받게 됩니다.
197
+
`AnimatedWeatherCard`와 `MinimalWeatherCard`가 다른 <CodeStepstep={1}>city</CodeStep>를 <CodeStepstep={2}>`getTemperature`</CodeStep>의 인자로 받게 된다면, `fetchTemperature`는 두 번 호출되고 호출마다 다른 데이터를 받게 됩니다.
0 commit comments