Sitemap
Hannah Lin

Love coding ❤

Follow publication

Member-only story

Data fetching and performance (including Suspense)

13 min readJan 28, 2025

--

Waterfalls appear when we trigger data fetching not in parallel, but conditionally or in sequence

Fetching data in the frontend world is hard, and React is no exception, unfortunately.

🔖 文章索引

1. Browser Limitation
2. What is a "performant" React app?

Data fetching patterns in React
3. Fetch on render
4. Fetch then render
5. Render as you fetch (Suspense)

Browser Limitation

What is a “performant” React app?

--

--

Hannah Lin
Hannah Lin

Written by Hannah Lin

A Front End Developer girl comes from Taiwan

No responses yet