Skip to content

features(suspense): Adds streaming support for Suspense SSR - #220

Merged
danybeltran merged 1 commit into
masterfrom
features/suspense-streaming
Sep 4, 2026
Merged

features(suspense): Adds streaming support for Suspense SSR#220
danybeltran merged 1 commit into
masterfrom
features/suspense-streaming

Conversation

@danybeltran

Copy link
Copy Markdown
Member

Summary

  • Suspense SSR Streaming: Added streaming configuration flag to useFetch and FetchContextType. When enabled with suspense, requests can be initiated and streamed from the server during SSR instead of throwing a missing fallback error.
  • Compiler Configuration: Updated module and moduleResolution to node16 in tsconfig.json.
  • Version Bump: Bumped package version to 4.0.0 in package.json.
  • Code formatting and TypeScript improvements across components.

@danybeltran
danybeltran merged commit 1f67e5e into master Sep 4, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant