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

Data providers with Context

Wrapping the app in Context-based data providers fetches each request in parallel up top while components read their data via hooks, removing props drilling.

Loading live editor…