Expand my Community achievements bar.

Approach for Component Communication

Avatar

Level 2

Hi Team need suggestion on below to achieve.

1. I have article list component have list of articles.

2. I also have a article view component  so on click of article link this opens in same window (load article page).

3. Currently on link href, I have given article page link so on click of link article page open.

 

Now need a help on how to achieve below flow ?

1. Article list and Article view component is on same page.

2. On click of article link then only "Article view component' component should reload in same page itself. 

3. Means some even even should trigger to refresh this article view component.

 

 

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

3 Replies

Avatar

Community Advisor

@sagrawal How is the UI designed ? I think it should be controlled more from the FE . 

Avatar

Community Advisor

Hey @sagrawal you can achieve this multiple ways. Easiest would be to fire an ajax call. As @VeenaVikraman said, that depends on how your front end is designed.

Avatar

Level 2

This means

-  I need to make ajax call to get article data 

-  article content DIV should be updated then based on response.

- We don't have concept of specific component reload based on some some event and data inputs.