What is HTML?
| |

Salesforce LWC Master Class (Ep.3) – What is HTML (Hypertext Markup Language)?

If you are starting your journey into Salesforce development, particularly with Lightning Web Components (LWC), the syntax can sometimes feel like a foreign language. In this third episode of the Lightning Web Component Master Class, we go back to the absolute building blocks of the web: HTML. Whether you are a complete beginner or an…

Salesforce Development Tutorial (LWC): How to use Data Attributes to easily pass data from your component HTML template to your JavaScript Controller
|

Salesforce Development Tutorial (LWC): How to use Data Attributes to easily pass data from your component HTML template to your JavaScript Controller

What are Data Attributes and Why Should I Use Them? Data attributes are a truly magical thing that will, at some point, get you out of some prickly situations as a front end developer. They are essentially a way of storing data on an html element so that when a JS event gets fired your…