Activity Forums Salesforce® Discussions What are the differences between a Visualforce page and an Aura component bundle

  • What are the differences between a Visualforce page and an Aura component bundle

    Posted by Shweta on November 23, 2020 at 5:55 pm

    What are the differences between a Visualforce page and an Aura component bundle?

    Anjali replied 3 years, 5 months ago 3 Members · 2 Replies
  • 2 Replies
  • Aditya

    Member
    November 24, 2020 at 6:41 am

    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.

  • Anjali

    Member
    November 25, 2020 at 12:36 pm

    Visualforce components:
    It offers a wide range of tags that are fixed at the server-side. They operate along with custom or standard controllers and help in DB and other processes to be implemented easily. Being a page-centric web application model, it is the best option for basic functionality but lacks in providing the latest and dynamic user experience.
    Lightning components:
    They are the more advanced components of the Salesforce UI framework for building dynamic web applications for desktop and mobile devices. It uses JavaScript at the client-side and Apex at the server-side to offer the business and data logic. JavaScript is employed to develop, modify, animate, and transform the UI instead of replacing every page at a time.

Log In to reply.

Popular Salesforce Blogs

Popular Salesforce Videos