Introduction
Why did Salesforce come up with Lightning Experience Configuring the Org to use and create Lightning Experience Getting started with Components and Apps Getting started with Attributes and Expressions Mastering Action Handlers Elements in Salesforce Lightning Design System Mastering <aura: ___ /> tags Understanding the concept of Interfaces in Lightning Framework, by building a component Understanding controller on Server side Fetching list of records and displaying them using Lightning Framework Beautifying a component so that its in sync with Lightning Experience Building a custom search component with Lightning Framework and custom code Mastering Lightning Tags Part-1 Mastering Lightning Tags Part-2 Saving a record using Lightning Framework and custom code Navigate from one component to another component passing query string Creating components dynamically with Javascript using $A global value provider Events in Lightning Framework
Mastering Component Scope Events Mastering Application Scope Events Lightning Data Service
Lightning Data Service(LDS) Understanding <force:recordData /> and its attributes Looking at different ways of Displaying Data using LDS Understanding .saveRecord() method and custom saving functionality with LDS Understanding .getNewRecord() and creating new records using custom code using LDS Understanding .deleteRecord() method and deleting records using LDS Triggering Action Handlers on change of any field of a record with LDS Advanced Lightning Data Service
How to embed VF Page into Lightning Experience Displaying records based on the change of a field of record dynamically Refactoring the dynamic display component previously created. Managing Navigations in Lightning Experience Understanding firing up of EDIT Event Dealing with Modal Pop-ups using POC Vs Production coding standards Create our own custom Edit form Making the custom Edit form powerful Handling Save Mechanism for custom Edit Form Refactor the Custom Edit Form Exploring Spinner in Lightning Experience Exploring Custom Icons in Salesforce Lighting Design System How to embed Lightning Component to a VF Page Understanding Concept of Attribute Syncing Override standard buttons with Lightning Component
Overriding a standard button with custom component Making the new component fully functional after overriding the standard button Mastering all the values for Implements Attribute in a Component Developing a Form Wizard from scratch
Creating a form wizard and splitting one form into three steps Enhancing form wizard with Progress Indicator Making back buttons functional and Refactoring the code Security in Lightning
Mastering Field Level Security & Sharing Rules with Lightning Code Naming conventions with Namespace Release Notes
Understanding Server Side Caching Inherited Sharing in Apex Framework Data Transfer between Visualforce and Lightning Components
Data Transfer from Lightning Component to Visualforce page using postMessage() Data Transfer from Visualforce page to Lightning Component to using postMessage() Firing events from Aura Components and handling event listeners in Visualforce pages Firing events from Visualforce pages and handling the event in Aura Components 🔥Hot Tip - How to grab the base domain of a Visualforce page dynamically Miscellaneous
<lightning:recordForm /> is a life saver Difference between initHandler & renderHandler