Blogs

  • Invoking an Apex method periodically from a Lightning Component.

    I recently discovered that Salesforce Lightning Communities do not offer support for Streaming API or Events APIs. Consequently, you cannot utilize EMAPI on AURA/LWC for communities. This prompted me to explore a workaround in an Aura component.

    Read more…

  • Implementing force:refreshView (getRecordNotifyChange) within a Lightning web component.

    We have a strong appreciation for the Lightning UI and the aura feature (e.force:refreshView) that efficiently refreshed data on the current Lightning page, record, or component. We found this functionality lacking in LWC, and observed that many resorted to a workaround involving a combination of Aura and LWC to achieve this. However, with the advent…

    Read more…

  • Best Practices and Considerations for Lightning Web Components (LWC)

    Hello again! This blog post will be unique as I will continuously update it with the latest discoveries. In this blog post, I will discuss best practices and considerations related to LWC, drawing from my experience both with Salesforce and personally. Let’s begin with the topic of FOR LOOPS. JavaScript ES6 introduced various types of…

    Read more…