Themes: Merge layout/logged-out-design
back into layout/logged-out
#3082
Labels
[Feature Group] Appearance & Themes
Features related to the appearance of sites.
Framework
Server Side Rendering
[Type] Task
Milestone
Ideally, there'd be only one logged-out layout (for consistency and ease of maintenance) which we could also use for server-side rendering. The main differences between the two logged-out layouts currently are:
layout/logged-out-design
usesThemesHead
Helmet
is really that beneficial. We have two levels of wrapping there (layout/head
andmy-sites/themes/head
), and can't really leverage React anyway but need to toss around props and then extract those data again usingrewind()
. Wouldn't it be easier to just put that stuff into a Redux subtree? (Anddispatch
inside our controllers.) @mcsf?layout/logged-out
uses the oldnotices
storelayout/logged-out
to Reduxnotices
#3083The text was updated successfully, but these errors were encountered: