Reactivity during SSR #13726
              
                Unanswered
              
          
                  
                    
                      kfina-planxy
                    
                  
                
                  asked this question in
                Help/Questions
              
            Replies: 0 comments 1 reply
-
| 这是来自QQ邮箱的自动回复邮件。
我已经收到了你的来信,我会尽快回复。 | 
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
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
As of now Reactivity is disabled during SSR for performance reasons. In some rare cases though, reactivity during SSR is required.
Is there currently a syntax to force certain variables to be reactive, even during SSR or force reactivity during SSR?
If not my proposal would be something like:
computed(() => ..., { forceSsrReactivity: true });
Beta Was this translation helpful? Give feedback.
All reactions