Tag: Lightning Web Components

Salesforce

Two Way Binding in Lightning Web Components

Two Way Binding in Lightning Web Components

If you are migrating from Angular.js to Lightning Web Components (LWC), one of the first questions you’ll have is about binding. How do I take bind a property from my JS into a form field and have changes in the form field update that property… i.e. how do I do two way binding in LWC?

Salesforce

Getting Started with Lightning Web Components

Salesforce have just announced one of the most exciting changes to the platform and to web development in general: Lightning Web Components (or LWC) This is a new way to write UI code on the Salesforce platform using modern web standards. This means as web developers we can finally write standard HTML, DOM and JavaScript with little to no proprietary syntax. I’m talking about pure ES6 JavaScript classes, import statements, normal DOM Events, Template DOM nodes and more!