Aura Components :-
Aura components are the self-contained and reusable units of an app. Aura is a framework on which we use lightning code .Uses JavaScript at the client slide and Apex at the server side thus makes powerful combination.
Benefits of using Aura Components:-
- Framework to create faster apps
- Works on any Platform like Mobile, Tablet etc.
- Component Centric Development
- Components can be reused
- Responsive User Interface
What is Lightning Bundles:-
In lightning components, a component is a bundle of code. The bundle contains all the resources related to a component like JavaScript controller, helper, renderer, css styles etc.

- Lightning App:-This is the entry point for Lightning Process. This will call the lightning Component.
- Component –This contains the main UI code
- Controller– A JavaScript Controller is used for handling client-side processing or an apex controller is preferred for server-side processing.
- Client Slide Controller: This avoids trips to server and gives solution without hitting the server
- Helper: This is also written in JS .This helps to achieve coding best practice.
- Style :We can easily give styling to our component using SLDS
- Renderer :This helps to override the rendering /UI of current project
- Documentation File– A documentation file is used to provide reference documents or sample code to users who have received your component.
- SVG File– SVG File enables you to include custom icons that can be used for reference further.
Good information.
LikeLiked by 1 person
Thanks Pramod
LikeLiked by 1 person
thanks Pramod
LikeLike