Create a single react component called " " and props: passing data to components to display the course details?
javascript
Answers
Answered by
0
FOLLOW PLZ
brainliest and follow and thnx
Attachments:
Answered by
0
Answer:
We call ReactDOM.render() with the <Welcome name="Sara" /> element.
React calls the Welcome component with {name: 'Sara'} as the props.
Our Welcome component returns a <h1>Hello, Sara</h1> element as the result.
React DOM efficiently updates the DOM to match <h1>Hello, Sara</h1>
pls make me as brainlest
Similar questions