InterviewSolution
Saved Bookmarks
| 1. |
If more than one component is trying to make an HTTP call to same URL, then how can you restrict making 2 network calls? |
|
Answer» One of the important areas which would majorly affect the performance of the app is network calls. It should be tuned to the highest accuracy to make the app perform better.
|
|