You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 10, 2019. It is now read-only.
feature
I have a Query component link apollo cache, everytime the cache changed, then my render props in Query component will execute for rerender, but my app also subscribe a mqtt server sync update my apollo cache, it will cause my page(componet) update random and unexpected when user is watch this page, I only hope doing like once query when everytime componentDidMonut, then update date until next time component close(componentWillUnMonut) then componentDidMonut again, so is there any option can do that function for disable rerender?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have a Query component link apollo cache, everytime the cache changed, then my render props in Query component will execute for rerender, but my app also subscribe a mqtt server sync update my apollo cache, it will cause my page(componet) update random and unexpected when user is watch this page, I only hope doing like once query when everytime componentDidMonut, then update date until next time component close(componentWillUnMonut) then componentDidMonut again, so is there any option can do that function for disable rerender?
The text was updated successfully, but these errors were encountered: