1. How To Setup Salesforce DX Environment?

Lightning Web Component (LWC) is lightweight because it is built on a code which runs natively on browser and delivers exceptional performance. LWC uses core Web Components Standards i.e. Templates, Custom Elements, Shadow DOM, Imports and provides only what is necessary to perform well in browsers supported by Salesforce.
Lightning Web Components Basics: Component Folder & File Structure

In this blog post, I am going to discuss about mandatory files for creating Lightning Web Component. There are following Files that we can create but 1st three files are necessary to create Lightning Web Component.
Component File Structure: 
  1. * HTML File (helloWorld.html)
  2. * JavaScript File (helloWorld.js)
  3. Configuration File(helloWorld.js-meta.xml)
Create a Hello World Lightning Web Component

In this blog post, we will learn about how to create a simple Hello World Lightning Web Component.
Steps:
  1. Create a Salesforce DX Project 
  2. Authorize an Org 
  3. Create a Lightning Web Component 
  4. Deploy Source to Org Add Component to App in Lightning Experience
Comparative Study on Lightning Web Components for Aura Developers PART-1

In this blog post, we will learn about how Aura components and Lightning web components can work together. When should we consider migrating an Aura component to a Lightning web component? How LWC component bundle file structure differs from Aura Component? How we can use markup in aura component & LWC?
Comparative Study on Lightning Web Components for Aura Developers PART-2

In this blog post, we will learn about how Aura components and Lightning web components can work together. When should we consider migrating an Aura component to a Lightning web component? How we can use markup in aura component & LWC?

No comments:

Post a Comment