Salesforce – Lightning Components Framework

Lightning Components is a UI framework for developing web apps for mobile and desktop devices. It’s a modern framework for building single-page applications with dynamic, responsive user interfaces for Force.com apps. It uses JavaScript on the client side and Apex on the server side.

ltngfrm

 

Advantages of Lightning Component:

Reusable – a component encapsulates everything it need to function properly, and provides a well defined interface that can be reused across multiple applications

Extensible – component supports object oriented feature, a component can encapsulate functionality that can be subclassed and modified for specific requirements beyond its the base design

Independent – a component can be deployed or replaced in a system with minimal dependencies, providing a robust architecture

Pluggable – one component may be swapped for another, as long as both components expose the same interface and provide similar functionality

Gopal Das
Follow me

Leave a Reply

Your email address will not be published. Required fields are marked *