Chapter 14 · Example 4 · Data fetching on the client and performance

Six requests block the app

Firing six slow requests before the App component, without awaiting them, exhausts Chrome's parallel connection limit so even a fast fetch waits behind them.

Loading live editor…