1. The @track Decorator Is No Longer Required for Lightning Web Components: No more guessing about whether to use @track to make a field reactive. All fields in a Lightning web component class are reactive. If a field’s value changes and the field is used in a template or in a getter of a property that’s used in a …