function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ 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/