1 / 6

Lightning Aura Components and Functionalities of Aura Component

Salesforce uses the lightning aura component framework as a UI framework for developing web applications for mobile and desktop devices.<br><br>https://qrsolutions.in/aura-components/<br><br>

Download Presentation

Lightning Aura Components and Functionalities of Aura Component

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. LIGHTNING AURA COMPONENTS AND FUNCTIONALITIES OF AURA COMPONENT www.qrsolutions.in

  2. Salesforce uses the lightning aura component framework as a UI framework for developing web applications for mobile and desktop devices. A framework is nothing but a collection of codes and services that have been already built to create new custom applications and to help the developers to save the time from creating the code from the scratch. Components that come with the Lightning Design System styling are available in the lightning namespace. You can build lightning component using two program models Aura and LWC (Lightning Web Components). LWC and Aura can also coexist on a single page. We can use HTML, CSS, and JAVASCRIPT in this lightning architecture. Some of the popular web application frameworks are AngularJS Django Ruby on Rails

  3. ANATOMY OF AN AURA COMPONENT Multiple components are included in a single application. Each component bundle behaves individually. Aura Components Salesforce Lightning components bundle uses the architecture for single-page use. Single Page applications are web applications that use a single HTML file and dynamically change when the user interacts with the website. This framework supports both client-side controllers and server-side controllers. Application or component To configure the component layout a markup language is used. The only required resource in a bundle. Contains markup for the component or app. Each bundle contains only one component or app resource.

  4. Controller Two controllers are used for handling, Java script for client- side processing or Apex for server-side processing. Helper JavaScript functions that can be called from any JavaScript code in a component’s bundle. Style Contains styles for the component. Documentation File A file is provided for document reference or sample code who ever received your components.

  5. Events Events are fired from JavaScript controller that are typically triggered when a user is interacting with the user interface. There are two types of events in the framework Component events are handled by the component itself or a component that contains the component. Application events are handled by all components that are listening to the event. These events are essentially a traditional publish-subscribe model. Conclusion Salesforce preferred lightning for better performance. We used Visualforce framework for salesforce classic. Though Aura components are used widely, currently LWC are the upgraded version because of its smooth functionality and effective performance over Lightning Aura Components.

  6. THANK YOU www.qrsolutions.in

More Related