惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

V
V2EX - 技术
D
DataBreaches.Net
阮一峰的网络日志
阮一峰的网络日志
Recent Announcements
Recent Announcements
V
V2EX
Hugging Face - Blog
Hugging Face - Blog
T
The Exploit Database - CXSecurity.com
Simon Willison's Weblog
Simon Willison's Weblog
Cisco Talos Blog
Cisco Talos Blog
Microsoft Security Blog
Microsoft Security Blog
C
Cyber Attacks, Cyber Crime and Cyber Security
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
K
Kaspersky official blog
F
Fortinet All Blogs
GbyAI
GbyAI
Forbes - Security
Forbes - Security
The Cloudflare Blog
博客园 - 司徒正美
博客园_首页
量子位
Schneier on Security
Schneier on Security
G
GRAHAM CLULEY
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
P
Proofpoint News Feed
N
News | PayPal Newsroom
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园 - 聂微东
T
Tor Project blog
V
Vulnerabilities – Threatpost
Y
Y Combinator Blog
Jina AI
Jina AI
Help Net Security
Help Net Security
T
Threat Research - Cisco Blogs
Recent Commits to openclaw:main
Recent Commits to openclaw:main
C
Cybersecurity and Infrastructure Security Agency CISA
Project Zero
Project Zero
N
News and Events Feed by Topic
I
Intezer
B
Blog
美团技术团队
C
CERT Recently Published Vulnerability Notes
NISL@THU
NISL@THU
L
LINUX DO - 最新话题
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Blog — PlanetScale
Blog — PlanetScale
AWS News Blog
AWS News Blog
T
Tailwind CSS Blog
The Last Watchdog
The Last Watchdog
雷峰网
雷峰网
有赞技术团队
有赞技术团队

The Practical Developer

The Libuv Thread Pool Trap: Why Node.js Async APIs Stall Under Load Postgres Covering Indexes with INCLUDE: Eliminate Heap Fetches on Read-Heavy Workloads Postgres DISTINCT ON: The Fastest Way to Get the Latest Row Per Group Postgres Transaction Isolation: The Anomalies Your App Actually Faces in Production Linux TCP Tuning for Node.js Microservices: The Kernel Settings That Stop Silent Connection Drops Under Load Postgres HOT Updates and Fillfactor: Why Not All Writes Are Created Equal Database Connection Pool Leaks: Finding the Promise That Never Returns Its Seat Linux OOM Killer in Production: Why Your Node.js Containers Die Without a Stack Trace Postgres Materialized Views: Refresh Strategies That Do Not Lock Your Dashboards API Dependency Health Checks: Why /health Is Not Enough Authorization with Zanzibar Tuples: How Google Manages Permissions and How To Build the Same Check in Node.js Postgres Advisory Locks: The 20-Character Primitive That Replaces Redis for Coordination Dead Letter Queues: The Message Queue Pattern That Saves You at 2 a.m. File Descriptor Exhaustion: The Kernel Limit That Silently Drops Node.js Connections Graceful Degradation: The Pattern That Turns Total Outages into Partial Success PostgreSQL Full-Text Search: Dropping Elasticsearch for 90% of Use Cases S3 Presigned Multipart Uploads: Stop Your API Server from Being a File Upload Bottleneck MessagePack vs JSON: The Binary Serialization Switch That Cut Our Internal RPC Overhead by 40% DNS Caching in Node.js: The Silent Cause of Production Latency Spikes Reliable Cron Jobs: The Pattern That Stops Double Runs, Missed Executions, And The 2 AM Page GraphQL Query Complexity: Stop the OOM Query Before It Reaches Your Resolver Node.js Event Loop Lag: The Hidden Metric Behind Random Latency Spikes API Request Validation with Zod: The Schema That Catches Bad Input Before It Corrupts Your Database Load Shedding in Node.js: How to Reject Traffic Before You Drown Request Hedging: Cut Tail Latency In Half Without Overprovisioning Git Bisect: The Automated Binary Search That Finds Breaking Commits in Minutes Node.js Garbage Collection Tuning: Stop Letting V8 Pause Your Event Loop Node.js Server Timeouts: The Settings That Stop Slow Clients from Holding Sockets Hostage Postgres BRIN Indexes: The Time-Series Secret That Shrinks Indexes by 99% Event Sourcing with PostgreSQL: The Pragmatic 80% Solution Node.js Cluster Mode: Scaling the Event Loop Across CPU Cores Postgres Partial Indexes: Stopping Soft Deletes from Ruining Your Query Performance Request Coalescing with the Singleflight Pattern: Stop Drowning Your Database on Every Cache Miss The Bulkhead Pattern: Why One Slow Endpoint Should Not Drown Your Whole Service Node.js AsyncLocalStorage: End-to-End Request Context Without the Propagation Hell Postgres Deadlocks: Logging the Victim, Reproducing the Race, and Fixing the Lock Order Your Node.js HTTP Client Is the Bottleneck: Connection Pool Tuning That Works Optimistic Locking in Postgres: Stop Losing Data to Race Conditions Postgres Read Replicas: Stop Serving Stale Data to Your Users Cursor Pagination: Why Offset Queries Explode at Scale and How to Fix Them Node.js Worker Threads: 60 Lines That Stop a CSV Upload from Timing Out Every Other Request Reliable Webhook Delivery: Architecture for Outbound HTTP You Can Trust Request Timeouts and Deadline Propagation: Stop the Chain of Slowness Advanced Security Practices in Node.js Graceful Shutdown in Node.js: The 40 Lines That Stop 502s During Deploys Finding Node.js Memory Leaks with Heap Snapshots Idempotency Keys in 30 Lines: Stop Your Webhook From Charging Customers Twice Backpressure In Node.js: The Fix For Slow-Motion Queue Meltdowns Retries Done Right: Jitter, Budgets, and the Stampede You Did Not See Coming The Cache Stampede: Why Your "Just Add Redis" Layer Crashes Postgres at 3 a.m. Postgres SKIP LOCKED: An 80-Line Job Queue You Can Run Without Redis Stop Doing Work Nobody Wants: AbortController in Node.js, Done Right The N+1 Query Problem: We Found 23 In One Codebase And Killed Every One I Tried 5 AI Coding Tools for a Month. Here Is What I Actually Use CI/CD From Zero to Production in 30 Minutes With GitHub Actions Node.js vs Bun vs Deno: Which Runtime Should You Pick in 2025? Kubernetes Resource Requests And Limits: The Numbers That Decide If Your Cluster Is Stable The Three Pillars of Observability Are A Myth: What Actually Matters In Production pnpm Vs npm Vs yarn Vs Bun For Monorepos: Which One Earns The Migration In 2024 JSONB Indexing In Postgres: GIN Vs Expression Indexes, And When Each Is The Right Choice A Code Review Checklist That Ends The Same Three Arguments Every Sprint gRPC Vs REST In 2024: When The Switch Pays For Itself The Five-Stage Rollout: How To Ship A Risky Change Without Holding Your Breath GitHub Actions In A Monorepo: Caching, Path Filters, And Secret Boundaries That Actually Work The Blameless Postmortem That Actually Improves Things: A Template And Six Hard-Won Rules Recursive CTEs In Postgres: How To Query A Tree Without N Round Trips Node.js Streams: When They Actually Help, And When They Just Add Complexity Playwright Vs Cypress In 2024: The Honest Comparison Of Which One Earns The Test Time React Server Components: The Mental Model That Makes The "use client" Boundary Obvious Pod Disruption Budgets: The K8s Object That Keeps Your Service Up During Cluster Maintenance Postgres LISTEN/NOTIFY: The Pub/Sub You Already Have And Are Not Using Chaos Engineering Starter Kit: The Five Drills That Don't Need Netflix-Scale Spec-Driven API Development With OpenAPI: How To Stop Drifting From Your Docs Saga Pattern vs Two-Phase Commit: Distributed Transactions Without The Lies Kubernetes Autoscaling Beyond CPU: The Custom-Metric HPA Pattern That Actually Works Postgres Partitioning For Time-Series: The Boring Setup That Saves Your Database Distributed Locks With Redis: An Honest Look At Redlock And When You Don't Need It HTTP/2 vs HTTP/3: What Actually Changes For Your App, And What Doesn't Image Optimization For The Web In 2023: srcset, AVIF, And The Lighthouse Score You Actually Want Kafka vs RabbitMQ: A Decision Tree That Doesn't Hate You UUID vs Bigint Primary Keys In Postgres: The Index Math That Decides For You Flame Graphs: How To Find The Slow Function In 30 Seconds Without Profiling Theatre Postgres Streaming Vs. Logical Replication: Which One Solves Your Actual Problem ESLint Rules That Earn Their Keep: The Twelve I Enable On Every Project Pre-Commit Hooks That Pay For Themselves: Husky, lint-staged, And The Five Rules That Stick Zero-Downtime Database Migrations: The Six-Step Pattern That Rules Them All Circuit Breakers In Node.js: 50 Lines That Stop A Failing Dependency From Taking Down Your Service Postgres VACUUM Is Not Magic: How Your Hot Table Bloats To 80GB And How To Fix It Kubernetes Liveness And Readiness Probes: The Difference That Causes Half Your Outages Rate Limiting In Production: A Token Bucket In 30 Lines Of Redis The Outbox Pattern: How To Stop Losing Events When Postgres And Kafka Disagree Load Testing With k6: The Three Scenarios That Find Real Bugs (Not Synthetic Numbers) Postgres Row-Level Security For Multi-Tenant Apps: The Pattern That Stops You From Leaking Data Rebase vs. Merge: The Team Policy That Ends The Argument Forever OpenTelemetry in Node.js: Distributed Tracing That Actually Helps During an Incident Feature Flags That Pay Rent: The 4 Flag Types And When To Delete Each ETag, Last-Modified, and the Caching Headers Most APIs Get Wrong Connection Pooling Without the Cargo Cult: pgbouncer in 100 Lines of Config JSONB Is Not a Schema: When To Reach For It in Postgres, And When To Stop Bash Strict Mode: The Three Lines That Stop Your Deploy Script From Lying To You
React Suspense For Data Fetching: The Pattern That Replaces Half Your Loading State Code
The Practica · 2024-06-07 · via The Practical Developer

The team’s React app has 300 components. About 200 of them have the same scaffolding:

const { data, isLoading, error } = useUserQuery(userId);
if (isLoading) return <Spinner />;
if (error) return <ErrorBox error={error} />;
return <UserCard user={data} />;

Three branches in every component. The error UI is reimplemented dozens of times. Loading states cascade: first the page, then each section, then each card. The cumulative complexity is real. Suspense is the React feature that collapses those three branches into one, and lets you handle loading and error states higher up the tree. This post is the working pattern with React Query, SWR, and the streaming SSR story.

The mental model

Suspense lets components throw a promise instead of returning UI when their data is not ready. A <Suspense fallback={...}> boundary higher up the tree catches the thrown promise and renders the fallback until the promise resolves. Then it re-renders the children.

<Suspense fallback={<Spinner />}>
  <UserCard userId="42" />
</Suspense>

UserCard doesn’t have to handle loading. It writes its render code as if the data is always there:

function UserCard({ userId }: { userId: string }) {
  const user = useUser(userId); // throws a promise if not ready
  return <div>{user.name}</div>;
}

Errors are similarly handled by an <ErrorBoundary> higher up. The leaf component is just rendering, no branches.

React Query with Suspense

Most data libraries support Suspense via a flag:

import { useSuspenseQuery } from '@tanstack/react-query';

function UserCard({ userId }: { userId: string }) {
  const { data: user } = useSuspenseQuery({
    queryKey: ['user', userId],
    queryFn: () => fetch(`/api/users/${userId}`).then(r => r.json()),
  });

  return <div>{user.name}</div>;
}

// Higher in the tree:
<ErrorBoundary fallback={<ErrorBox />}>
  <Suspense fallback={<Spinner />}>
    <UserCard userId="42" />
  </Suspense>
</ErrorBoundary>

useSuspenseQuery always returns data: never null, never undefined, no isLoading flag. If data isn’t ready, it throws a promise; Suspense catches it.

SWR has the same shape with useSWRSuspense.

Where to put the boundaries

A common mistake: one <Suspense> at the top of the page that catches everything. Every section waits for every other section before anything renders. The page is blank for 4 seconds while five queries resolve.

The right pattern: place boundaries to parallelize the loading. Each section has its own boundary; sections render as their data arrives.

function ProductPage() {
  return (
    <>
      <Suspense fallback={<HeaderSkeleton />}>
        <ProductHeader />
      </Suspense>

      <Suspense fallback={<ImagesSkeleton />}>
        <ProductImages />
      </Suspense>

      <Suspense fallback={<ReviewsSkeleton />}>
        <ProductReviews />
      </Suspense>
    </>
  );
}

Header, images, and reviews load in parallel. Each appears as its query resolves. Skeletons show meaningful structure during loading instead of one giant spinner.

Skeletons over spinners

A small but real UX win: replace generic spinners with skeletons that match the shape of the eventual content. The user sees layout immediately, even before data:

function HeaderSkeleton() {
  return (
    <div className="animate-pulse">
      <div className="h-8 bg-gray-200 w-48 mb-2" />
      <div className="h-4 bg-gray-200 w-32" />
    </div>
  );
}

The page doesn’t shift when data arrives. Same layout, content fills in. Cumulative Layout Shift drops to zero.

Error boundaries

A React Error Boundary catches errors during render. Suspense throws promises; if the promise rejects, the error bubbles up to the nearest Error Boundary.

import { ErrorBoundary } from 'react-error-boundary';

<ErrorBoundary
  fallbackRender={({ error, resetErrorBoundary }) => (
    <div>
      <p>Something went wrong: {error.message}</p>
      <button onClick={resetErrorBoundary}>Retry</button>
    </div>
  )}
>
  <Suspense fallback={<Spinner />}>
    <UserCard userId="42" />
  </Suspense>
</ErrorBoundary>

Place error boundaries where you want errors to be caught, typically wrapping each major section. A failed reviews query shouldn’t break the whole page.

The waterfall trap

Suspense makes loading states look easy and can mask a serious performance problem: cascading sequential queries.

function UserPage({ userId }) {
  const user = useUser(userId);              // query 1
  return <UserOrders userId={user.id} />;     // depends on query 1
}

function UserOrders({ userId }) {
  const orders = useOrders(userId);           // query 2, starts only after query 1
  return <div>{...}</div>;
}

Total time: query 1 latency + query 2 latency. Two sequential round-trips for what could be one.

The fix: fetch in parallel as high in the tree as possible, and pass data down. Or use a backend that returns related data in one call (BFF pattern, GraphQL).

For React Query, you can also kick off both queries in parallel:

function UserPage({ userId }) {
  // Both queries start immediately.
  const user   = useSuspenseQuery({ queryKey: ['user', userId], ... });
  const orders = useSuspenseQuery({ queryKey: ['orders', userId], ... });

  return <div>{user.data.name} - {orders.data.length} orders</div>;
}

This component suspends until both queries resolve. Total time = max of the two latencies.

Streaming SSR with Suspense

In Next.js 14 (App Router) and similar streaming-capable frameworks, Suspense translates to streamed HTML:

// app/page.tsx - Server Component
export default function Page() {
  return (
    <>
      <FastHeader />
      <Suspense fallback={<Skeleton />}>
        <SlowReviews />   {/* Server Component, awaits async data */}
      </Suspense>
    </>
  );
}

The browser receives the FastHeader HTML immediately. The slow Reviews HTML streams in when its data is ready. Time-to-first-byte stays fast even when one section is slow.

This is the streaming SSR story React has been promising for years, now real, in 2024.

Common patterns

Tabbed UI with deferred loading.

<Tabs>
  <Tab name="Overview">
    <Suspense fallback={<Skeleton />}>
      <Overview />
    </Suspense>
  </Tab>
  <Tab name="Activity">
    <Suspense fallback={<Skeleton />}>
      <Activity />     {/* loaded only when tab is opened */}
    </Suspense>
  </Tab>
</Tabs>

The Activity query only fires when its tab is rendered.

Pagination with smooth transitions.

useTransition plus Suspense lets the previous page stay visible during the transition to the next:

const [isPending, startTransition] = useTransition();
const [page, setPage] = useState(1);

const onNext = () => startTransition(() => setPage(page + 1));

return (
  <>
    <button onClick={onNext} disabled={isPending}>Next</button>
    <Suspense fallback={<Skeleton />}>
      <PageContents page={page} />
    </Suspense>
  </>
);

startTransition marks the state update as non-urgent, so Suspense doesn’t show the fallback for it. The user sees the old page until the new one is ready.

Caveats and gotchas

Server Components vs Client Components. In Next.js App Router, server components can directly await data, no Suspense library needed in the leaves. Suspense boundaries still control streaming. Client components use React Query / SWR.

Hydration mismatches. SSR + Suspense + Client Components requires careful boundary placement. Mismatches show up as runtime warnings.

Tooling support. Older state management libraries don’t integrate with Suspense. React Query 5+, SWR 2+, Apollo Client (with Suspense flag) work. Anything older may not.

Browser back/forward. Suspense fallbacks may flash on navigation if the cache is empty. React Query persists across renders; configure staleTime appropriately.

When NOT to use Suspense

A few cases:

  • Forms with controlled inputs. The pattern doesn’t fit well; inputs need to render immediately, not “suspend until data.”
  • Optimistic updates. Suspense is about waiting; optimistic updates are about showing the future state immediately. Different concerns.
  • Tightly coupled to a non-Suspense library. Migrating piecemeal is doable but messy.

For data-driven views (lists, dashboards, content pages), Suspense is the right default. For interactive forms, conventional state and isLoading flags still work better.

The takeaway

Suspense replaces the if-loading-if-error-if-data ceremony with declarative boundaries. Wrap sections, use Suspense-enabled queries, render skeletons that match the shape of content. Place boundaries to parallelize, not serialize. Watch for waterfall traps. Pair with streaming SSR if you’re using Next.js or similar.

The components get shorter, the loading states more consistent, and the page feels faster because users see something immediately. The migration is incremental, a section at a time. Start with one card, see the difference, propagate.


A note from Yojji

The kind of frontend architecture choices that turn a noisy data-fetching layer into a clean Suspense-driven tree (boundaries placed for parallelism, skeletons that match content, streaming SSR) is the kind of detail Yojji’s frontend teams put into the products they ship for clients.

Yojji is an international custom software development company founded in 2016, with teams in Europe, the US, and the UK. They specialize in the JavaScript ecosystem (React, Node.js, TypeScript), cloud platforms, and full-cycle frontend engineering, including the React patterns that decide whether a UI feels responsive or laggy.