Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Salesforce Lightning Framework
Rating: 4.0 out of 5(1,065 ratings)
5,595 students

Salesforce Lightning Framework

Learn about Salesforce lightning framework through a real-time project.
Created byDeepika Khanna
Last updated 9/2024
English

What you'll learn

  • Enable Lightning Components in your Salesforce org
  • How to Use Static Resources in a Lightning Application
  • Create an Apex Controller that exposes data and logic to Lightning Applications
  • Create a Lightning Application
  • Create Lightning Components
  • Create Lightning Events
  • Communicate between Lightning Components using Lightning Events
  • Standard and Force.com components
  • UI components
  • Value providers
  • Will be able to build lightning application

Course content

2 sections26 lectures3h 43m total length
  • Introduction to the course2:01
  • Connect with me on LinkedIn0:34
  • Subscribe to my YouTube Channel0:48
  • Post a review on the course0:38
  • How to setup your custom Domain for salesforce Org??5:34
  • What is Salesforce Lightning component framework ???8:57

    In this tutorial we will see what is Salesforce lightning component framework and we will also build our first lightning component and lightning application.

  • To add Styling to your Lightning Application using external static resource12:12

    In this tutorial i will show you how to add some styling to your application by creating a css file.. We will also see how we can link an external style sheet for our application by uploading the external file as a static resource.

  • What are Attributes???10:31

    Component attributes are like member variables on a class in Apex. In this tutorial we will explore  <aura:attribute> and will calculate sum of two numbers using the <aura:attribute>

  • Top 5 Favorite Lightning UI Features0:06
  • What are component Attributes??3:51

    Component attributes are like member variables on a class in Apex. 

  • Component Composition with example11:39
  • Component Composition with example11:39
  • What is Salesforce Expression and aura:if component6:24
  • What are Global value provider?12:34

    Value providers are a way to access data. Value providers encapsulate related values together, similar to how an object encapsulates properties and methods. The value providers for a component are v (view) and c (controller).

    Global Value Providers

    Global value providers are global values and methods that a component can use in expressions.

  • Standard and Force.com components11:25
  • Salesforce ui components: Input Text, Output TeXT and button16:07

    The framework provides common user interface components in the ui namespace. All of these components extend eitheraura:component or a child component of aura:component. aura:component is an abstract component that provides a default rendering implementation. User interface components such as ui:input and ui:output provide easy handling of common user interface events like keyboard and mouse interactions. Each component can be styled and extended accordingly.

  • Handling Events Using Client Side Controller14:52
  • Apex Server-Side Controller Overview17:35

    In this tutorial we will Create a server-side controller in Apex and use the @AuraEnabled annotation to enable client- and server-side access to the controller method.

  • How to Retrieve records from standard object in Lightning??8:50

    In this tutorial I will create a server side controller to retrieve the records from the Opportunity object..

  • Debugging Lightning Components5:03

Requirements

  • Know the basic of programming
  • Recent version of Google Chrome
  • Know the basic of Salesforce

Description

Build Modern, Responsive Salesforce Apps Faster and Smarter

Salesforce Lightning has completely changed the way developers and administrators build apps. It’s not just another update — it’s a revolution in app development. With the Lightning Component Framework and tools like the Lightning App Builder, you can now create powerful, responsive applications for any device with less time, less effort, and more impact.

If you want to stand out as a Salesforce professional, mastering Lightning is no longer optional — it’s essential. This course gives you everything you need to understand, build, and excel with the Salesforce Lightning Framework.

Why Lightning?

Lightning has become the most talked-about Salesforce innovation for a reason. It gives developers and administrators a modern, flexible toolkit to create user-friendly, performance-driven apps.

What makes Lightning so powerful?

  • Out-of-the-box components ready to use

  • Event-driven architecture for seamless interaction

  • Cross-browser and device-aware compatibility

  • Faster development cycles that save time and boost productivity

  • Customizable user experiences with the Lightning App Builder

With Lightning, you can deliver applications that scale effortlessly and perform beautifully — whether on desktop or mobile.

What You’ll Learn in This Course

This is not a slideshow-based course. This is hands-on, practical training where you learn by doing.

  • The fundamentals of the Lightning Component Framework

  • How Lightning speeds up development and improves performance

  • Using the Lightning App Builder to create apps without code

  • Making your custom components available to administrators

  • Best practices for building responsive, device-aware applications

  • Real-world examples and exercises you can practice along the way

By the end of the course, you won’t just understand Lightning — you’ll be ready to use it to build apps that make a real difference.

Who This Course Is For

  • Salesforce Developers ready to level up with modern frameworks

  • Salesforce Administrators who want to build custom apps without coding

  • Beginners eager to step into Lightning with guided, practical lessons

  • Professionals who want to stay relevant in the fast-changing Salesforce ecosystem

Why Take This Course?

  • It’s the first and only complete Salesforce Lightning course on Udemy

  • You’ll learn by examples and practice, not by theory alone

  • You’ll walk away with real skills to build and customize apps

  • It’s designed to help you advance your career and stand out in the Salesforce job market

Your Next Step

Salesforce Lightning is shaping the future of the platform. If you want to stay ahead, build responsive apps, and create custom solutions that businesses value, this course is your starting point.

Enroll now in Salesforce Lightning Framework and take the first step toward becoming a skilled Lightning developer and app builder.

Who this course is for:

  • Anyone who is familiar with programming
  • Knows the basic of programming
  • familiar with salesforce out of the box features