Page MenuHomePhabricator

[web] Only render Loading component in SSR
ClosedPublic

Authored by ashoat on Dec 21 2022, 8:23 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 25, 8:09 AM
Unknown Object (File)
Thu, Apr 25, 8:09 AM
Unknown Object (File)
Thu, Apr 25, 8:09 AM
Unknown Object (File)
Thu, Apr 25, 8:09 AM
Unknown Object (File)
Apr 8 2024, 5:12 AM
Unknown Object (File)
Mar 25 2024, 7:26 PM
Unknown Object (File)
Mar 4 2024, 11:19 PM
Unknown Object (File)
Mar 4 2024, 11:19 PM
Subscribers
None

Details

Summary

This addresses ENG-2513. Now that the web app needs to wait on redux-persist before hiding Loading, all we need to render on the SSR side is Loading.

Test Plan

Load the site in both dev and prod modes and make sure there are no warnings about SSR not aligning with client-side rendering, and that there is no "double-render" effect

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Silence Flow until the next diff

keyserver/src/responders/website-responders.js
312 ↗(On Diff #19996)

any removed in subsequent diff

This revision is now accepted and ready to land.Dec 22 2022, 8:15 AM
This revision was automatically updated to reflect the committed changes.