
Use Case: - The company called XYZ is using many ( 100+ ) lightning web components and out of 20+ LWC are using dependent pick-list. As a developer, you have been asked to develop a generic ( reusable ) component which can work for any objects & for any component.

Hey there, Welcome back 🙂 . Here in this blog post, we are going to develop a custom reusable lookup using SOSL. Step 1 – Create ‘lwcsearchcomponent‘ component and use below code lwcsearchcomponent.html lwcsearchcomponent.js Step 2 – Create ‘lwcrecordlist‘ component…

Hi Developers, Welcome again and in this tutorial we will see how we can share the code between Lightning Web Components. To share code between components, create an ES6 module and export the variables or functions that you want to…

As we all know that Salesforce has introduced the new concept to develop the Lightning Components which is LWC and is beta mode. In this post, we are going to learn how we can start working with LWC and…