Computer Science, asked by kanugulanavya1527, 1 day ago

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

Answers

Answered by aakhyapatel18jun2012
0

Answer:

Components let you split the UI into independent, reusable pieces, and think about each piece in isolation. This page provides an introduction to the idea of components. You can find a detailed component API reference here.

Similar questions