Skip to content
Remix8 min read

Loaders, revisited

We're four major versions in. Here's what loaders are good at, what they share with Server Components, and the patterns we recommend in 2026.

ReactNext.js

Loaders shipped four major versions ago and the conversation around them has matured. Here's where we've landed.

Loaders are not Server Components

They share an idea — server-evaluated data co-located with a route — but the failure modes are very different. Loaders run on every navigation; Server Components compose into a tree.

What we recommend in 2026

Use loaders for routing data. Use Server Components for content. Use server actions for mutations. Don't try to make any one of them do all three jobs.

Comments(0)

Sign in to join the conversation.

No comments yet. Be the first.