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
Is there a way to suppress the rendering of the calling element while loading the next element?
Since it is difficult to explain, I made a sample and a video.
Open Url "/vod". The VodList element is loaded. The color of the div on the screen is red. url: "/vod"
Click the "Change Color" link to change the div to blue. url: "/vod?color=blue"
Click the "Go to Vod" link. url: "/vod/test"
It takes 5 seconds to load the next Vod element, but during that time, the div returns to red because it is re-rendered with the search parameter (? Color = blue) disappeared in VodList.
■ What's problem?
I want to suppress the occurrence of render in the calling element during loading.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi
Thank you for the wonderful library.
Is there a way to suppress the rendering of the calling element while loading the next element?
Since it is difficult to explain, I made a sample and a video.
■ sample
https://codesandbox.io/s/dawn-fire-rp7upf
■ What's problem?
I want to suppress the occurrence of render in the calling element during loading.
■ sample video
sample.mov
Beta Was this translation helpful? Give feedback.
All reactions