React 방식으로 요소 추가하기

2023. 4. 5. 15:41Node 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