July 2018
Beginner to intermediate
458 pages
9h 58m
English
The Lightning Components framework follows the Model, View, Controller (MVC) paradigm. The component file provides the view layer, the JS controller and helper files provide the controller part, and the controller interacts with the Salesforce server via Apex. Apex connects to the Salesforce database, which acts as the Model.
The following diagram illustrates how the Lightning Component framework is based on the MVC paradigm: