In the previous chapters, we learned about the model (how to create your data structure) and about the controller (Apex classes, controllers to process data, and so on), so now it is time to create a view for this data, which is the last part of our Model-View-Controller (MVC) pattern.
In Salesforce, you have two different view types of user interfaces, with their own components to display data:
- Salesforce Classic: This is the classic view of Salesforce and has become outdated over the years. All of the features that are developed in new releases are mainly created for Lightning Experience, the new interface. Nowadays, if you enable a new org, you will be activated in Lightning Experience.
- Lightning Experience: This is the new view (UI) of Salesforce. Since August 2015, Salesforce has been constantly improving Lightning Experience to provide you with a better interface...