-

LWC Styling & SLDS
Introduction Styling in Lightning Web Components (LWC) follows standard web development practices with the added advantage of Salesforce Lightning Design System (SLDS). LWC provides multiple ways to apply styles to components while maintaining encapsulation. Different Ways to Style LWC 1. Scoped CSS (Component-Specific Styling) Each LWC component has its own CSS file (.css) that applies Read more
-

Navigation in LWC
Introduction Navigating between pages in Salesforce is a common requirement. LWC provides the NavigationMixin module to handle navigation within Salesforce, allowing components to navigate to records, list views, web pages, and more. Importing NavigationMixin To use navigation in LWC, import NavigationMixin from lightning/navigation: Navigating to a Record Page To navigate to a specific record’s view, Read more
-

Apex Integration in LWC
Introduction While Lightning Data Service (LDS) is great for simple record operations, there are scenarios where you need to fetch, manipulate, or process data using Apex. Apex Integration in LWC allows you to call server-side logic, retrieve complex datasets, and perform operations beyond standard LDS capabilities. When to Use Apex in LWC Calling Apex from Read more
-

Lightning Data Service (LDS) in LWC
Introduction Lightning Data Service (LDS) allows Lightning Web Components (LWC) to interact with Salesforce records without requiring Apex. It provides built-in caching, security, and CRUD operations, making data management efficient and performance-optimized. LDS offers the following key features: Fetching a Record Using lightning-record-form lightning-record-form is the easiest way to display, edit, or create a record Read more
-

Events in LWC
Introduction Events in Lightning Web Components (LWC) enable communication between components, allowing parent and child components to interact dynamically. LWC uses the Event API to handle event-driven programming efficiently. There are two main types of communication using events: Child to Parent Communication (Custom Events) When a child component wants to send data to its parent, Read more
-

Data Binding in LWC
Introduction Data binding in Lightning Web Components (LWC) allows developers to link data between the JavaScript controller and the HTML template. It enables dynamic updates of the UI without manually manipulating the DOM. LWC supports one-way and two-way data binding, making it easy to manage state and interactivity. One-Way Data Binding One-way data binding ensures Read more

About me
Hello There 👋
I am Jyoti Prakash Mishra (JP). I am working on Salesforce domain from Nov 2012. Currently, I am working as a Salesforce Technical Architect. I have 8 Salesforce Certifications and working hard to add more.
I am SFDC Geek and love to share my knowledge. An active member of salesforce groups. Generally, spend time in learning new Salesforce topics and completing trails.
In this Salesforce journey I have worked in various domains like healthcare, staffing, banking, manufacturing, etc. Mostly worked on Sales, Community (Digital Experience), Health & force.com cloud. But wider touch on service cloud, Einstein analytics, etc.






