InterviewSolution
Saved Bookmarks
| 1. |
What Is Difference Between Visualforce Components And Lightning Components ? |
|
Answer» Visualforce components are page-centric and most of the work is DONE on the server. Lightning is designed from the component up, RATHER than having the concept of a page as its FUNDAMENTAL UNIT. Lightning Components are client-side centric, which makes them more dynamic and mobile FRIENDLY. Visualforce components are page-centric and most of the work is done on the server. Lightning is designed from the component up, rather than having the concept of a page as its fundamental unit. Lightning Components are client-side centric, which makes them more dynamic and mobile friendly. |
|