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
We are going to need a couple of components as well as stuff from client/lib for server-side rendering, some of which are fortunately already independent of the DOM/BOM, while others will need tweaking. Starting a list:
components/data/store-connection
components/data/screen-title
my-sites/empty-content (related to 10207-gh-calypso-pre-oss)
No DOM/BOM dependencies:
EmptyContent
Gridicon
lib/url
Card
Dispatcher
emitter
Themes related:
Theme
ThemesList
ThemesListFetcher
lib/themes to shared/
my-sites/themes to shared/
Components that depend on the BOM/DOM in some way, and need to be looked at more closely (and maybe modified) when we move them:-
interpolate-components
lib/warn
components/search
SelectDropdown
SectionNav
StickyPanel
InfiniteList
lib/mixins/i18n
viewport
UrlSearch
Popover
analytics
config
The text was updated successfully, but these errors were encountered:
We are going to need a couple of components as well as stuff from
client/lib
for server-side rendering, some of which are fortunately already independent of the DOM/BOM, while others will need tweaking. Starting a list:No DOM/BOM dependencies:
Themes related:
Components that depend on the BOM/DOM in some way, and need to be looked at more closely (and maybe modified) when we move them:-
The text was updated successfully, but these errors were encountered: