Tobi Ojuolapetobiojuolape.hashnode.net·Feb 13, 2023How the Lightning Network Achieves TrustlessnessIntroduction Trust is the foundation of modern financial infrastructure. Traditionally, we rely on centralized financial institutions like banks to facilitate movement of funds from our account to another party’s account. These institutions act as in...Discuss·10 likes·31 readsMastering Bitcoin and LightningLightning web components
Tarun Guptatarung.hashnode.net·Jan 27, 2023Types of events in Aura components / Lightning Web ComponentsIn Aura components, there are two types of events, as explained below: Component- This type of event is fired from an instance of a component and can be handled only by the component that fired it or a component in the containment hierarchy. Applic...Discuss·1 likeAura
Shreyasshreyventure.hashnode.net·Mar 4, 2023Parent-to-Child and Child-to-Parent communication in LWCIf you've been struggling to wrap your head around component communication in LWC, welcome to the club. When I started developing lightning web components, I had a tough time figuring out how to pass parameters from one component to another. And let'...Discuss·1 like·128 readsComponent Communication in LWCJavaScript
SubashMohansubashmohan.hashnode.net·Apr 19, 2023Calling Apex Methods and Lifecycle HooksCalling Apex Methods In LWC, there are two ways of calling Apex methods: Imperative Apex: Imperative Apex call is a way to call an Apex method imperatively using JavaScript. This means that instead of relying on the @wire decorator, you can call an A...Discusslwc
SubashMohansubashmohan.hashnode.net·Apr 15, 2023Component Communication in LWCIn LWC, there are three different ways for components to communicate with each other: Parent-to-child communication: A parent component can pass data and properties down to its child components. This is typically done using property bindings or custo...Discusslwc
Raghavendhra Yarlagaddaminerva18.hashnode.net·Jan 24, 2022How to Close SLDS Modal on Escape(Esc) key in LWC with KeyboardEventsWhile it’s important to consider mouse interaction and visual layout of a design, we must also consider how the feature work with keyboard because it can have many benefits Make it much more accessible and easy to use Enables users to switch betwee...Discuss·26 readsSalesforce
Shreyasshreyventure.hashnode.net·Mar 4, 2023Parent-to-Child and Child-to-Parent communication in LWCIf you've been struggling to wrap your head around component communication in LWC, welcome to the club. When I started developing lightning web components, I had a tough time figuring out how to pass parameters from one component to another. And let'...Discuss·1 like·128 readsComponent Communication in LWCJavaScript
Tobi Ojuolapetobiojuolape.hashnode.net·Feb 13, 2023How the Lightning Network Achieves TrustlessnessIntroduction Trust is the foundation of modern financial infrastructure. Traditionally, we rely on centralized financial institutions like banks to facilitate movement of funds from our account to another party’s account. These institutions act as in...Discuss·10 likes·31 readsMastering Bitcoin and LightningLightning web components
SubashMohansubashmohan.hashnode.net·Jan 28, 2023"Getting Started with Lightning Web Components: What You Need to Know Before You Begin"Introduction Lightning Web Components (LWC) is a framework for building application user interface on the Salesforce platform. It provides a way to create reusable, high-performing, and easy-to-maintain components that can be used in Salesforce. Befo...DiscussSalesforce
Tarun Guptatarung.hashnode.net·Jan 27, 2023Types of events in Aura components / Lightning Web ComponentsIn Aura components, there are two types of events, as explained below: Component- This type of event is fired from an instance of a component and can be handled only by the component that fired it or a component in the containment hierarchy. Applic...Discuss·1 likeAura
Raghavendhra Yarlagaddaminerva18.hashnode.net·Jan 8, 2023Radio Toggle Button Group with Icons in LWChttps://www.youtube.com/watch?v=mL5E4raCRZo Use Case Recently we were building a component that shows a list of records, let’s say Cases. One of its important features is the user should be able to toggle the list view to show All cases, only Activ...Discuss·48 readsSalesforce
Raghavendhra Yarlagaddaminerva18.hashnode.net·Nov 13, 2021How to Change the Colors of SLDS Icons Easily with this New Developer FeatureREAL-TIME USE-CASE Developers at Cloud Kicks need to change the colors of SLDS icons in their LWC components according to the company’s brand colors (like in the image above). HELLO, STYLING HOOKS! Styling hooks use CSS custom properties which make i...DiscussSalesforce