|
Hello, Found the exact same question here (#1107) but that solution isn't valid anymore with RC 1. |
Answered by
lxsmnsyc
Mar 27, 2024
Replies: 2 comments 2 replies
1 reply
|
Adding const [data] = createResource(fetchData, {
deferStream: true,
}); |
1 reply
Answer selected by
Torsten85
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Adding
deferStreamto a resource should allow the resource to block the SSR before sending the initial HTML.