Activity Forums Salesforce® Discussions differences between a Visualforce page and an Aura component request lifecycle

  • differences between a Visualforce page and an Aura component request lifecycle

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

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

    Shuvam replied 9 months, 3 weeks ago 3 Members · 2 Replies
  • 2 Replies
  • Mayra

    Member
    October 31, 2022 at 6:50 am

    The difference between a Visualforce page and an Aura component can be easily understood by referring this link https://www.youtube.com/watch?v=gTMBOt0HJpM

  • Shuvam

    Member
    June 6, 2023 at 12:07 pm

    Visualforce Page lifecycle involves a server-side request-response model where page is rendered at server and sent to client. The controller executes when a request is made.
    Aura Component lifecycle is more client-side focused. It's a single-page application model where components are loaded at once and component interactions handle most of the operations without full page reloads.
    In short, Visualforce is more traditional web page based, while Aura Components are more dynamic and modern, providing a more interactive user experience.

Log In to reply.

Popular Salesforce Blogs

Popular Salesforce Videos