Add the #DF24 Developer Keynote to your agenda. Join us in-person on 9/19 at 2:30 p.m. PT or on Salesforce+ at 5 p.m. PT for the must-see session built just for developers.

Migrate Conditionals

Migrate <aura:if> tags in an Aura component to lwc:if, lwc:elseif, and lwc:else in a Lightning web component.

Here’s the syntax in an Aura component.

Here’s the syntax in a Lightning web component.

See Also