1.

Is it possible to use Aura Components with Lightning Web Components and vice versa?

Answer»

As it's not feasible to add generic elements to custom components, AURA components can't be used in Lightning Web components (in other WORDS, a parent Lightning Web component can only be made up of Lightning Web components). You can, however, incorporate Lightning Web components into Aura components (i.e. parent Aura components can contain both Aura Components and LWC). They can ALSO deal with one other's events.



Discussion

No Comment Found