-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Enable Suspense for SSR
Something like
const App = () => {
// $Suspense is a reactive element
<$Suspense fallback={ <span>loading...</span> }>
{ stream$ }
</$Suspense>
}--
TODO: Consider approach suggested by @joshribakoff in #4 (comment) with BehaviorSubject
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels