Develop for Lightning Experience

Go to class
Write Review

Free Online Course: Develop for Lightning Experience provided by Trailhead is a comprehensive online course, which lasts for 14-15 hours worth of material. The course is taught in English and is free of charge.

Overview
  • Build apps fast for Lightning Experience with Visualforce, components, and new design resources.

    • Discover how Lightning Experience benefits your business and learn how to launch it to your Salesforce users.
    • Understand how our new UX impacts Apex, Visualforce, APIs, and more.
    • Learn how to use Visualforce to customize your Lightning Experience.
    • Use Aura components to build modern web apps with reusable UI components.
    • Read and modify records in your components.
    • Use Aura components to retrieve criteria-specified record data in a real estate app.
    • Create a component to change the default action of standard user interface elements.
    • Build reusable, performant components that follow modern web standards.

Syllabus
    • Lightning Experience Basics
      • Get to Know Lightning Experience
      • Start Your Lightning Experience Rollout
      • Go Live with Lightning Experience
    • Lightning Experience Development
      • User Interface Development Considerations
      • Use Visualforce in Lightning Experience
      • Use Lightning Components in Lightning Experience
      • Salesforce Partners, Packaging, and AppExchange
      • Understand Changes to Other Development Tools
    • Visualforce & Lightning Experience
      • Use Visualforce in Lightning Experience
      • Develop Visualforce Pages for Lightning Experience
      • Explore the Visualforce App Container
      • Share Visualforce Pages Between Classic and Lightning Experience
      • Manage Navigation
      • Understand Important Visual Design Considerations
      • Know Which Features to Avoid in Lightning Experience
    • Aura Components Basics
      • Before You Start
      • Get Started with Aura Components
      • Create and Edit Aura Components
      • Attributes and Expressions
      • Handle Actions with Controllers
      • Input Data Using Forms
      • Connect to Salesforce with Server-Side Controllers
      • Connect Components with Events
      • Discover Next Steps
    • Lightning Data Service Basics for Aura Components
      • Get Started with Lightning Data Service for Aura Components
      • Manipulate Records with forcerecordData
      • Handle Record Changes and Errors
    • Build Flexible Apps with Aura Components
      • Create a Hello World Aura Component
      • Use Base Lightning Components
      • Use Events and Actions
      • Create a Record Edit Form to Handle Data
      • Use Lightning Data Service and Communicate Between Components
      • View Record Data with lightningrecordForm
    • Build an Aura Component to Override a Standard Action
      • Create an Aura Component
      • Create a Service Component
      • Use Lightning Data Service
      • Override a Standard Action with an Aura Component
      • Make the Component Context-Aware
    • Lightning Web Components Basics
      • Discover Lightning Web Components
      • Create Lightning Web Components
      • Deploy Lightning Web Component Files
      • Handle Events in Lightning Web Components
      • Add Styles and Data to a Lightning Web Component