vendredi 14 décembre 2018

Design pattern(s): Multiple REST services loading data into single HTML UI component

I have multiple Rest services asynchronously fired and load data into HTML5 table. The REST services are similar some may return the record or sometimes may not. Even sometimes services may be unavailable. Based on that I need to display data into the HTML table.

My question here is to know the best strategy/design patterns that allow achieving the same, considering async loading and failover scenario. Thanks. Please suggest.

Services will be in Angular, HTML component may be ReactJS.

Aucun commentaire:

Enregistrer un commentaire