LWC
a collection of 9 posts
Lightning Web Components (LWC), the modern component-based framework from Salesforce, represents a transformative leap in web development for the Salesforce ecosystem. It empowers developers to build efficient, lightweight, and responsive web applications with a focus on reusability and performance.
Go to Lightning App Builder and create an App Page, "Car Explorer" and add the components "carFilter", "carTileList" and "carCard" in the page and click on Save. Go to App
- Tech
- Code
Savvy Salesforce
Building Our First LWC Component : In this section, we'll start developing our Car Hub project by creating the carTile component. This component is responsible for displaying individual car details
- Tech
- Code
Savvy Salesforce
This is a single page project and we are using lightning message channel to share the information from one component to another. Filter Component: This component allows users to search
- Tech
- Code
Savvy Salesforce
In the ever-evolving landscape of customer experiences, digital menus have become a pivotal tool for businesses, especially in the hospitality sector. To sharpen my Salesforce skills and contribute to this
- Tech
- Code
Savvy Salesforce
Hey there, fellow developers and curious minds! Are you ready to take your Lightning Web Components (LWC) skills to the next level? If you're nodding your head, you're in for
- Tech
- Code
Savvy Salesforce
JavaScript is a widely used programming language for making websites and web applications. In the Salesforce world, it's crucial for creating Lightning Web Components (LWC). When you're using JavaScript in
- Tech
- Code