Stone.js API
Docs
Home
Preparing search index...
stone-js-use-react/src/core
ServerLoaderPolicy
Type Alias ServerLoaderPolicy
ServerLoaderPolicy
:
"server-first"
|
"server-only"
|
"client-only"
How a loader behaves across the SSR/CSR boundary.
server-first
: run on the server; on failure, defer to a client fetch (or fallback).
server-only
: run only on the server; on failure, use the fallback or give up (never client).
client-only
: never run on the server (needs the browser); always fetched on the client.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Docs
Home
Stone.js API
Loading...
How a loader behaves across the SSR/CSR boundary.
server-first: run on the server; on failure, defer to a client fetch (or fallback).server-only: run only on the server; on failure, use the fallback or give up (never client).client-only: never run on the server (needs the browser); always fetched on the client.