강의

멘토링

로드맵

Inflearn Community Q&A

odung's profile image
odung

asked

Learn React by Building It: Basics

21 Organizing the code

handleFormSubmit

Written on

·

239

1

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

Form컴포넌트에서 props로 받던 handleFormSubmit을

직접 구현하려면 props에서 꼭 빼야하나요?

그게 아니라면 App에 있었던 handleFormSubmit에서 같이 구현해서 props로 넘겨서 쓰는것도 한 방법일까요?

javascriptreact

Answer

This question is waiting for answers
Be the first to answer!
odung's profile image
odung

asked

Ask a question