InterviewSolution
Saved Bookmarks
| 1. |
Explain how the two programming models, the Aura and the Lightning Web Framework coexist together? |
|
Answer» We can mix up the Aura and LWC components. The ultimate parent component is Aura. Auras contain both LWC and Aura components, whereas Lightning WEB Components only have their own component.
|
|