HOME > Development > Salesforce Lightning Development

Salesforce Lightning Development

  • Development
  • May 13, 2025
SynopsisSalesforce Lightning Development, available at $64.99, has an...
Salesforce Lightning Development  No.1

Salesforce Lightning Development, available at $64.99, has an average rating of 4.95, with 66 lectures, based on 378 reviews, and has 3051 subscribers.

You will learn about What is lightning and how it differ from classic exp? What are the advantages of LEX? Lightning components and its usage Lightning App Builder and its usage Lightning Data Service to manipulate Record in LEX(LDS) Lightning Connect and its usage Lightning Out to expose component to outside of LEX OOPS concept in Lightning component Attribute and expression in lightning component Styling lightning component in various mechanism Dynamically create component in javascript Validations in lightning component Use of label and localization in lightning component Lightning component and its bundle configuration lightning Quick action and lightning Tab Navigation from one component to another component in LEX Lightning tags/ base component Lightning Pages Creating app and app template Lightning events(Application,system,Component) and its life cycle Lightning testing service- installation of testing service and examples to test components(LTS) Lightning inspector extension Debug mode for lightning components Message logger Best practices for Lightning component This course is ideal for individuals who are salesforce developers or salesforce Administrator or Developers interested to learn salesforce or Salesforce It is particularly useful for salesforce developers or salesforce Administrator or Developers interested to learn salesforce or Salesforce.

Enroll now: Salesforce Lightning Development

Summary

Title: Salesforce Lightning Development

Price: $64.99

Average Rating: 4.95

Number of Lectures: 66

Number of Published Lectures: 65

Number of Curriculum Items: 66

Number of Published Curriculum Objects: 65

Original Price: $49.99

Quality Status: approved

Status: Live

What You Will Learn

  • What is lightning and how it differ from classic exp?
  • What are the advantages of LEX?
  • Lightning components and its usage
  • Lightning App Builder and its usage
  • Lightning Data Service to manipulate Record in LEX(LDS)
  • Lightning Connect and its usage
  • Lightning Out to expose component to outside of LEX
  • OOPS concept in Lightning component
  • Attribute and expression in lightning component
  • Styling lightning component in various mechanism
  • Dynamically create component in javascript
  • Validations in lightning component
  • Use of label and localization in lightning component
  • Lightning component and its bundle configuration
  • lightning Quick action and lightning Tab
  • Navigation from one component to another component in LEX
  • Lightning tags/ base component
  • Lightning Pages
  • Creating app and app template
  • Lightning events(Application,system,Component) and its life cycle
  • Lightning testing service- installation of testing service and examples to test components(LTS)
  • Lightning inspector extension
  • Debug mode for lightning components
  • Message logger
  • Best practices for Lightning component
  • Who Should Attend

  • salesforce developers
  • salesforce Administrator
  • Developers interested to learn salesforce
  • Salesforce
  • Target Audiences

  • salesforce developers
  • salesforce Administrator
  • Developers interested to learn salesforce
  • Salesforce
  • Prerequisites:

    1. Basic understanding of Salesforce Administration.

    2. Good understanding of Salesforce Development using Visual force and Apex Programming Languages.

    3. Basic understanding of HTML, Javascript and CSS.

    Q : Why to Enroll this course?

    1.  This course is specially designed for the developers / admin / project managers who wants to understand the lightning application development using aura framework.

    5. Every session covered with live coding and examples taken based on real time scenario

    Key Pointers

  • What Is Lightning and usage of it. Structure of lightning framework.

  • How to develop a component/application and What is lightning bundle properties

  • Add styling to our component in different ways and use in record page

  • Lightning Component Attribute & expressions. Intro to SLDS, Aura framework

  • Invoke Server side code in component and Lightning navigation

  • What are Nested components and component composition in lightning?

  • Navigation in lightning and component composition

  • Lightning Quick Action And Lightning tab

  • Events in Lightning

  • Aura method to communicate from parent component to child component

  • Lightning Layout and its usage

  • Lightning DataTable and its usage

  • Server side pagination using lightning  component

  • Lightning Out- Expose component to outside of lightning/salesforce.

  • Convert your Javascript button to lightning experience

  • Lightning Data Service(LDS)- Standard controller for lightning component

  • Creating and Destroying components Dynamically

  • Test Your Component using Lightning Testing service

  • Debug your Lightning component with Lightning Inspector

  • Lightning App builder

  • Use of Lightning Design Resource in component

  • Course Curriculum

    Chapter 1: What Is Lightning and usage of it. Structure of lightning framework.

    Lecture 1: What is Salesforce Lightning and usage of it?

    Lecture 2: Enable My Domain in Your Development Org

    Lecture 3: What is lightning Component and its architectural flow

    Chapter 2: How to develop a component/application and What is lightning bundle properties

    Lecture 1: Create first lightning component and use in app , lightning bundle properties

    Lecture 2: Example code for First component

    Chapter 3: Add styling to our component in different ways and use in record page

    Lecture 1: Use of Inline CSS, External CSS, Lightning token and css Bundle to styling comp

    Lecture 2: CSS examples and Lightning token

    Lecture 3: Example code for using CSS

    Lecture 4: Example code using CSS with Lightning tokens

    Chapter 4: Lightning Component Attribute & expressions. Intro to SLDS, Aura framework

    Lecture 1: Lightning Component Attribute & expressions

    Lecture 2: create Component with accepting dynamic value and render with conditional CSS

    Lecture 3: Introduction to Aura , SLDS and different resource and create a basic component

    Lecture 4: Additional Topic -Attribute and its syntax with example

    Lecture 5: Example code for Component Attribute

    Chapter 5: Bonus Lecture

    Lecture 1: Other Courses You might like

    Chapter 6: Invoke Server side code in component and Lightning navigation

    Lecture 1: Invoke Server side code and build a Display Contact component

    Lecture 2: Basic Debugging of the lightning component and apex method

    Lecture 3: Invoke server side code with passing parameter to Apex methods

    Lecture 4: Additional Topic – Create Contact Display component with server side code

    Lecture 5: Additional Topic -Invoke Server side code with aura navigation

    Lecture 6: Example code for Server side code invocation-1

    Lecture 7: Example code for Server side code invocation-2

    Chapter 7: What are Nested components and component composition in lightning?

    Lecture 1: Nested component and its usage with example

    Lecture 2: Lets have theory of Nested Component and its attribute behaviour

    Lecture 3: Example code for Nested Component

    Chapter 8: Navigation in lightning and component composition

    Lecture 1: Different types of Navigation and component composition

    Lecture 2: Example code for Lightning navigation

    Lecture 3: Example code for Lightning component composition

    Chapter 9: Lightning Quick Action And Lightning tab

    Lecture 1: Create lightning Quick action and lightning tab and use in record page

    Lecture 2: Example code for Lightning Quickaction

    Chapter 10: Events in Lightning

    Lecture 1: What is Event and Example of component event

    Lecture 2: One more example of component event

    Lecture 3: steps for creating event

    Lecture 4: different types of Event and component event example

    Lecture 5: Component Event Example- Pass Account information from one component to another

    Lecture 6: Different system events and how to use it in lightning

    Lecture 7: Application event and its example

    Lecture 8: Application event , system event and its example

    Lecture 9: Event life cycle in lightning

    Lecture 10: Examples for Component Event

    Lecture 11: Examples for Application Event

    Chapter 11: Aura method to communicate from parent component to child component

    Lecture 1: Aura method to communicate from parent component to child component

    Lecture 2: sample code for aura method

    Chapter 12: Lightning Layout and its usage

    Lecture 1: What is lightning layout and layout item , how to use it

    Lecture 2: Example code for Lightning layout

    Chapter 13: Lightning DataTable and its usage

    Lecture 1: How to show data in table- Lightning DataTable

    Lecture 2: Example code for lightning DataTable

    Lecture 3: Lightning DataTable with Its row level action

    Lecture 4: Example code for lightning DataTable With Row level Action

    Chapter 14: Server side pagination using lightning component

    Lecture 1: Lets code lightning component for server side pagination

    Lecture 2: Code examples for server side pagination

    Chapter 15: Lightning Out- Expose component to outside of lightning/salesforce.

    Lecture 1: What is lightning Out and how we can use to expose component out of LEX

    Lecture 2: Example code for Lightning out

    Chapter 16: Convert your Javascript button to lightning experience

    Lecture 1: Transform Your JavaScript Buttons with the Lightning action

    Chapter 17: Lightning Data Service(LDS)- Standard controller for lightning component

    Lecture 1: LDS- Perform CRUD without code.

    Lecture 2: Code Examples of Lightning Data Services For Updating the Record

    Lecture 3: Code Examples of Lightning Data Services For Viewing the Record

    Chapter 18: Creating and Destroying components Dynamically

    Lecture 1: Use of CreateComponent() and destroy() to create/destroy component dynamically

    Lecture 2: Example code for dynamically add one component

    Lecture 3: Example code for dynamically add nested component and destroy it

    Chapter 19: Test Your Component using Lightning Testing service

    Lecture 1: What is LTS? How to use Jasmine test framework to test behavior of component

    Lecture 2: Sample Code used for LTS

    Chapter 20: Debug your Lightning component with Lightning Inspector

    Lecture 1: Debug your Lightning component with Lightning Inspector

    Chapter 21: Lightning App builder

    Lecture 1: Build custom pages for Lightning Experience using App builder

    Chapter 22: Use of Lightning Design Resource in component

    Lecture 1: Use of Lightning Design Resource in component

    Instructors

  • Salesforce Lightning Development  No.2
    Debasis Jena
    ?Salesforce Application Architect and e-learning Author
  • Rating Distribution

  • 1 stars: 6 votes
  • 2 stars: 6 votes
  • 3 stars: 38 votes
  • 4 stars: 120 votes
  • 5 stars: 208 votes
  • Frequently Asked Questions

    How long do I have access to the course materials?

    You can view and review the lecture materials indefinitely, like an on-demand channel.

    Can I take my courses with me wherever I go?

    Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!