# optimise API calls on different pages <em>steps to replicate the issue :</em> ``` - navigate to Team Page : API call is made and data is displayed - navigate to Home Page - navigate back to Team Page : API call is made again ``` TODO : <strong>Find a way to persist the data and prevent the API call</strong>