July 2018
Beginner to intermediate
458 pages
9h 58m
English
Do not fire an event in the renderer. This can cause an infinite loop. The following code shows the anti-pattern that should be avoided:
afterRender: function(cmp, helper) { this.superAfterRender(); $A.get("e.myns:mycmp").fire();//This is an Anti pattern}
Read now
Unlock full access