I'm trying to understand if so many network requests (100 requests with in a second) made from the react application block the renders or degrade the app?
I'm not able to find any documentation or any articles to understand the impact of too many http requests orignated within the app on rendering.
Scenario: I have a list of data objects, each data object renders a ui component - ComponentA. On componentDidMount of ComponentA trigger an event.