0 votes
in React JS by (5.7k points)

Is it possible to display props on a parent component?

1 Answer

0 votes
by (5.7k points)

Yes, it is possible. The best way to perform this task is by using the spread operator. It can also be done with listing the properties but this is a complex process.

Related questions

+1 vote
...