Get state during prerender? #464
Unanswered
clsferguson
asked this question in
Q&A
Replies: 1 comment
-
A compromise could be to disable pre-render for that one page. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a way to get the state of something during the prerender, while using serverprerender? So it can be loaded and available for the final render?
Right now I have my initial state, but it loads as an empty string. Then an effect is used to get the info from the entity framework database. This data doesn't show up until the prerender is done, causing ui flicker.
I'd like to make it more seamless.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions