Without refreshing/reloading a complete page, how we can update a news article section that comes from the Aem component or content fragment
Hi,
I have a news home page and it has multiple sections one of them is today’s latest news headlines.
I want to implement this section in this way, if any new headlines will change then "latest news headlines" that content should update on the page also without refreshing/reloading a complete page.
do I need to add an event listener, maintain the session, or need to use time intervals?
Can someone suggest me best approach for this?