+ Start a Discussion
Rhythm SharmaRhythm Sharma 

Hello Everyone. I want to to ask a question.

what should we do if we are getting data through API in controller class and we want to show data on aura page ?  
bretondevbretondev
Something you can try is to have your Apex Controller send a platform event everytime it receives data, and have your Aura component suscribe to that event :
https://techdicer.com/platform-events-in-aura-component-salesforce/