Inflearn Community Q&A
React.FC 사용
Written on
·
446
·
Edited
0
- 학습 관련 질문을 남겨주세요. 상세히 작성하면 더 좋아요!
- 먼저 유사한 질문이 있었는지 검색해보세요.
- 서로 예의를 지키며 존중하는 문화를 만들어가요.
- 잠깐! 인프런 서비스 운영 관련 문의는 1:1 문의하기를 이용해주세요.

Rect.FC의 사용하지않고 아래와 같이해도 무방할까요???

node.jsnodejspostgresqltypescriptdocker클론코딩react클론코딩next.jsNext.js
Quiz
In web development, what is the JavaScript method primarily used to prevent the default behavior of a page refreshing when submitting a form and to maintain the Single Page Application (SPA) experience?
event.stopPropagation()
event.preventDefault()
event.stopImmediatePropagation()
event.currentTarget()





