React 방식으로 요소 추가하기
2023. 4. 5. 15:41ㆍNode js/React
https://stackoverflow.com/questions/66966134/how-to-pass-child-element-to-parent-in-react
How to pass child element to parent in React
How can i pass child element to parent element and then render it using React? Example of my code: let persons = [{name: 'Bill', age: '25'}, {name: 'John', age: '35'}]; // etc etc function
stackoverflow.com
'Node js > React' 카테고리의 다른 글
HTML 을 리액트 컴포넌트로 나누기 (0) | 2023.04.06 |
---|---|
(리액트) Uncaught SyntaxError: Unexpected token '<' (at ...) (0) | 2023.04.06 |
React 클래스형 + (코드 분리 방식) (0) | 2023.04.05 |
React 함수형 선언방식 (0) | 2023.04.05 |
render 테스트 (0) | 2023.04.05 |