Activity › Forums › Salesforce® Discussions › What is aura in Salesforce?
-
What is aura in Salesforce?
Posted by Pooja on June 26, 2020 at 6:18 PMWhat is aura in Salesforce?
Kirandeep replied 5 years, 11 months ago 4 Members · 3 Replies -
3 Replies
-
Aura is an open-source UI framework built by Salesforce for developing dynamic web apps for mobile and desktop devices.To build lightning components in salesforce lightning we use the Lightning component framework.The Lightning Component framework is built on the open-source Aura framework.
- [adinserter block='9']
-
Components are the functional units of Aura, which encapsulate modular and reusable sections of UI. They can contain other components or HTML markup. The public parts of a component are its attributes and events. Aura provides out-of-the-box components in the aura and ui namespaces
-
Aura is a UI framework for developing dynamic web apps for mobile and desktop devices, while providing a scalable long-lived lifecycle to support building apps engineered for growth. It supports partitioned multi-tier component development that bridges the client and server.
Log In to reply.