May 2019
Intermediate to advanced
546 pages
12h 41m
English
The renderer of our component will render the icon that we configured in our parent component. In this part of the component, only a few methods are supported.
This is due to the renderer life cycle of your component:
In the renderer part of your component, copy and paste the following code between the curly brackets and save it:
render: function(component, helper) { // By default, after the component finished loading data/handling ...Read now
Unlock full access