-
-
Notifications
You must be signed in to change notification settings - Fork 327
Closed
Labels
priority-1-highShould be resolved ASAP.Should be resolved ASAP.type-revisionAbout a change in functionality or behaviorAbout a change in functionality or behavior
Description
Current Situation
Presently, upon reconnecting, the client unmounts the old view and mounts a new one. This results in a brief, but jarring flash as the new view loads.
Proposed Actions
Instead of unmounting the old view we can simply retain it. The first message from the server should be the new VDOM which should be set at the root. This will cause React to render the full tree of components, but it will prevent the view from flashing from the user's perspective.
Metadata
Metadata
Assignees
Labels
priority-1-highShould be resolved ASAP.Should be resolved ASAP.type-revisionAbout a change in functionality or behaviorAbout a change in functionality or behavior