Salesforce Lightning Aura Component

Salesforce Lightning Aura Component




Course Overview:-

This course is completely designed for that student who is interested to learn from basic concept of lightning aura framework implementation with custom project scenarios of lightning component.

In this course I have covered  complete syllabus of lightning aura framework and Visualforce from basics to advance with real-time scenarios based on live demo projects example in Salesforce.

This course is designed for developers who want to learn how to use the lightning aura components framework to build custom user interfaces on the Salesforce platform. 

It is suitable for developers who have experience with JavaScript and web development, and want to learn how to use the Lightning Aura Components framework and Visualforce to build modern, reactive user interfaces that can be easily integrated into Salesforce.

It is also suitable for experienced Salesforce developers who want to learn how to use the Lightning Aura Components Framework to build more efficient and scalable user interfaces.

I have taken care of who are brand new to start Salesforce Career as a developer and want to grow their Career in Salesforce development.


Course Overview Introduction Part 1





What is Lightning Aura Framework?

The Lightning Aura Framework is a client-side framework developed by Salesforce for building dynamic and responsive user interfaces within the Salesforce platform. It was one of the key components of Salesforce's Lightning Experience, designed to provide a more modern and interactive user interface for users of Salesforce applications.


Some important key features and concepts of Lightning Aura Framework:-

Component-Based Architecture: The Lightning Aura Framework is based on a component-based architecture, where user interface elements are encapsulated as reusable components.

Proprietary Markup Language: Developers use the Aura Markup Language (Aura XML) to define the structure and layout of components.

Client-Side and Server-Side Logic: Lightning Aura components can contain both client-side JavaScript controllers and server-side Apex controllers. This allows developers to implement business logic on the client side for responsiveness and on the server side for data processing and interaction with Salesforce data.

Event-Driven Communication: Components in the Lightning Aura Framework communicate with each other through events.

Lightning Experience: Lightning Aura components were designed to be a part of the Lightning Experience, Salesforce's modern user interface. They provide a more dynamic and responsive user experience compared to the older Visualforce framework.


Course Overview Introduction Part 2




In this course we will learn about the following topics:-

✪ Create lightning component with Server side call to get records.

✪ Display object records in Search.

✪ Navigation to other record and pages in aura lightning component.

✪ How to use of Event to communicate between multiple components.

✪ How to use Component, Controller, and Helper to create interface of Project.

✪ How to use of Application and Component Event to communicate between one component to another component.


What will you be able to do after taking this course?

I created two section to complete the syllabus of Aura Framework and Visualforce in Salesforce.

Building Custom User Interfaces in Lightning Aura Component ::

✪ How to Create Lightning Component and Application?

✪ Example of Interfaces in Aura Component.

✪ The Basic structure of Attribute & Expressions in Lightning Component.

✪ How to Call a JavaScript function in Lightning Component?

✪ How to Communicate from Child to Parent in Aura Component?

✪ How to communicate from Parent to Child through aura-method in Lightning Aura Component?

✪ How to display a modal popup with a form inside in lightning components?

✪ Application Event in Lightning Component.

✪ How to get Radio Button Selected Value in Aura Lightning Component?

✪How to display an image from Static Resources in Aura component?

✪ How to create custom form validation in Aura Lightning Component?


Calling Apex from Lightning Aura Components in Salesforce ::

✪ How to fetch list of Opportunity record through Apex Class?

✪ How to fetch the Opportunity record based on recordId?

✪ How to display related list of record based on recordId of lookup relationship?

✪ How to display Parent to Child Record through Nested Query in Aura Component?

✪ How to create custom record search functionality in lightning component?

✪ How to use wrapper class in Aura Lightning Component?

✪ How to Insert record using Apex Controller in Aura Lightning Component?

✪ How to get picklist values dynamically in Aura Lightning Component?

✪ How to get Checkbox Selected Value in Aura Lightning Component?

✪ How to Fetch related list on Account on click button in Lightning Component?