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
Many Effects also “clean up” after themselves. For example, an Effect that sets up a connection to a chat server should return a cleanup function that tells React how to disconnect your component from that server:
In development, React will immediately run and clean up your Effect one extra time. ... This ensures that you don’t forget to implement the cleanup function.
cleanup function은 현재 정리 함수와 클린업 함수 두 가지로 번역되고 있고. clean up은 정리 와 클린업 두 가지로 번역되고 있습니다. 어느 방향으로 통일하는 것이 좋을지 의논하고 싶습니다. In clean up function and clean up, I would like to discuss whether it is better to write clean up as a unique noun or translate the meaning into Korean.
논의하고자 하는 용어
clean up
,cleanup function
해당 용어가 등장하는 원문의 문장
cleanup function
은 현재정리 함수
와클린업 함수
두 가지로 번역되고 있고.clean up
은정리
와클린업
두 가지로 번역되고 있습니다. 어느 방향으로 통일하는 것이 좋을지 의논하고 싶습니다.In
clean up function
andclean up
, I would like to discuss whether it is better to write clean up as a unique noun or translate the meaning into Korean.논의가 완료된 후에 아래 내용을 업데이트 해주세요
The text was updated successfully, but these errors were encountered: