InterviewSolution
Saved Bookmarks
| 1. |
Is it possible to display props on a parent component? |
|
Answer» Yes. This is a complex process, and the best WAY to do it is by USING a spread OPERATOR. 27. What is React?React is a JAVASCRIPT Library which is used to show content to user and handle user interaction. |
|