Computer Science, asked by kanugulanavya1527, 1 month ago

Create a single react component called " " and props: passing data to components to display the course details?
javascript

Answers

Answered by bkdshashi
0

FOLLOW PLZ

brainliest and follow and thnx

Attachments:
Answered by dudalavishalreddy
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