
LWC is built on real web standards, not Salesforce abstractions, and that changes how you need to think about it. This covers the three decorators you'll use constantly, when to wire versus call imperatively, and what shadow DOM actually does to your CSS.
LWC From Scratch
Decorators, events, lifecycle hooks -- everything for LWC.