Themes: Render the Masterbar for /design
on the server
#1327
Labels
[Feature Group] Appearance & Themes
Features related to the appearance of sites.
Server Side Rendering
[Type] Task
Milestone
Once we’ve successfully refactored the masterbar (#1326), we should render it on the server. Rendering this small piece allows us to focus on the framework aspects of SSR, rather than getting bogged down in dependencies, routing and layout issues.
The goal of this should be to have a solid base to build upon.
TODO:
checksum checking for React tree reconciliation(Themes: Add renderToString() test for LayoutLoggedOutDesign #2240)Restart server on shared/server file change (Build: Restart server on file change #848)/design
(Themes: Add server route for logged-out /design #2087)renderToString
— specifically we’re looking for how long the event loop is blocked for, and how ~70 concurrent requests are handled, compared to other logged-out routes. Note that profiling should happen in non-dev mode(!) (Themes: Cache renderToString output & add stats #2518)The text was updated successfully, but these errors were encountered: