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.
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
Latest posts by Gopal Das (see all)
- Salesforce Certified Platform Developer I – Winter ’18 Release Exam - November 23, 2017
- Salesforce Certified Platform App Builder – Winter ’18 Release Exam - November 22, 2017
- Salesforce Certified Administrator – Winter’ 18 Release Exam - November 21, 2017