InterviewSolution
Saved Bookmarks
| 1. |
Why do we use faceless component? |
|
Answer» Faceless components are specifically used for receiving and structuring the data. Faceless components can be embedded to other components using component usage and you can supply the required data to these components. |
|