Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Introduction - Salesforce Lightning Web Components
Rating: 4.2 out of 5(789 ratings)
13,691 students

Introduction - Salesforce Lightning Web Components

Learn with a Real Time Project Tasks
Created byHirday Lamba
Last updated 4/2019
English

What you'll learn

  • Build Lightning web components and use them to develop custom business requirements.

Course content

1 section10 lectures1h 2m total length
  • Introduction3:32
  • LWC - Basic Concepts7:10

    In this video, you will learn basic concepts of LWC like using files (HTML, JS, Meta) and property binding.

  • Records - Create2:56

    In this video, you will learn how to create a record using form attribute.

  • Records - Read and Edit9:04

    In this video, you will learn how to create basic LWC using form tag and api property.

  • Records - Read (Records via Apex )7:35

    In this video, you will learn how to retrieve data using Apex, loop through data records and wire property.

  • Design Attributes6:18

    In this video, you will learn design attributes in Lighting Web Components by defining them in Component Configuration File (XML)

  • Add CSS To LWC7:06

    In this video, you will learn to create custom styles for tags and then use it to display on LWC

  • Multilingual - Use Custom Label7:32

    In this video, you will learn how to make LWC multilingual.

  • LWC - Use Slider5:28

    In this video, you will learn how to use slider and pass dynamic values to Apex class.

  • Custom Events6:09

    In this video, you will learn how to pass data between two different LWC using custom events.

Requirements

  • It is good if you are familiar with HTML, JS.

Description

With this practical course, you'll explore the art of working with web components and build a basic layout for the application. You will communicate between components using events, make calls from Lightning components and make components multilingual. This practical course will be your faithful companion and ensure that you make best use of the LWC.

Who this course is for:

  • This course is for people interested in learning basic lightning web component concepts by working on small projects