Lightning web components perform better and are easier to develop than Aura components. However, when you develop Lightning web components, you also may need to use Aura, because LWC doesn’t yet support everything that Aura does.
How do you decide which components to develop as Lightning web components and which to develop as Aura components?
Always choose Lightning Web Components unless you need a feature that isn’t supported.
A Lightning web component can’t contain an Aura component. When you develop a Lightning web component, its DOM subtree must be composed entirely of Lightning web components.
Note
To use a base component that isn’t available as a Lightning web component, you may need to develop everything (or nearly everything) in Aura.