Apex Proxy - Let's Improve How You Make Server-Side Calls!
While it’s nice that the Lightning Framework provides a way for Aura components to invoke Apex methods, the code required is a bit verbose. We can do better.
While it’s nice that the Lightning Framework provides a way for Aura components to invoke Apex methods, the code required is a bit verbose. We can do better.
Being able to invoke methods and pass data between parent and child components is critical when building an application structure that is both extensible and easy to use.
One of the basic features of Lightning Aura components is the ability to nest components (components containing other components). Communicating from a Parent Component to a Child Component is easy with Aura.