[240709] TIL
오늘 배운 것
정보처리기사 문제집 풀기 (46p~69p)
코드리뷰에서 배운 것
-
onClick 에 대한 함수는 외부로 props 로 받아서 UI 컴포넌트에서는 순수하게 view 에 대한 정의만 있도록 수정
-
https://ko.react.dev/learn/thinking-in-react#start-with-the-mockup
-
https://react.dev/reference/rules/components-and-hooks-must-be-pure#side-effects-must-run-outside-of-render
Leave a comment