Chapter 14 · Example 9 · Data fetching on the client and performance
Fetching before React
Starting the comments fetch as a module-level promise outside the component fires it before any useEffect, shortening the waterfall but escaping React control.
Loading live editor…