2021

Telegram logo Join our Telegram Channel
Latest Posts

refreshApex & deleteRecord example in LWC

What is the refreshApex method? The apex wired method result is cached at the client-side, and it is refreshed when the ...

by , Friday, December 31, 2021


Custom Lightning Progress Bar In LWC

Hello, Trailblazers! In this post I will share the custom lightning progress bar component that I have created. This is a fully-f...

by , Tuesday, December 28, 2021


How to fetch current user data in LWC

In this post let us see how we can fetch user information from fields like UserName, Email, FirstName, LastName in Lightning web compon...

by , Friday, November 05, 2021


getRecordNotifyChange lwc - refresh UI explicitly

Hello Trailblazers! In this post, we will discuss when should we use getRecordNotifyChange instead of refreshApex , let's und...

by , Saturday, September 04, 2021


How to check dependencies of Lightning web component

From the Winter 2022 release, Salesforce shows the dependencies of the Lightning web components in the setup. Whether it is the static ...

by , Tuesday, August 24, 2021


Expose LWC events to Lightning App Builder - Dynamic Interactions

Hello Trailblazers! In this post, I have explained how we can expose events from Lightning web components to the Lightning App Bu...

by , Thursday, August 19, 2021


Lightning web components (LWC) interview questions Part II

First of all, thank you Trailblazers for 16000+ views on the first part of  Lightning web components (LWC) interview questions . It...

by , Monday, July 26, 2021


Lazy loading in Lightning Tree Grid LWC - example with Account hierarchy

Hello Trailblazers, the Account object represents a company in Salesforce ( well, most of the time ). and those companies might have diff...

by , Monday, June 28, 2021