asked
Learn React by Building It: Basics
21 Organizing the code
Written on
·
239
1
Form컴포넌트에서 props로 받던 handleFormSubmit을
직접 구현하려면 props에서 꼭 빼야하나요?
그게 아니라면 App에 있었던 handleFormSubmit에서 같이 구현해서 props로 넘겨서 쓰는것도 한 방법일까요?
Answer