Blogs
Using Attributes in Aura
The purpose of aura:attribute is to store and manage data inside an Aura component so that the data can be displayed in the UI, updated dynamically, and shared between the component’s markup, controller, and helper.