АШ

Size: a a a
АШ

АШ
c
c

c

c
R
V
DS

c
c
const { firstLoading, loadingMore } = reshape({
source: combine({ is: getFx.pending, length: $cardLength }),
shape: {
firstLoading: ({ is, length }) => is && length === 0,
loadingMore: ({ is, length }) => is && length > 0,
}
})DS
const { firstLoading, loadingMore } = reshape({
source: combine({ is: getFx.pending, length: $cardLength }),
shape: {
firstLoading: ({ is, length }) => is && length === 0,
loadingMore: ({ is, length }) => is && length > 0,
}
})V
V
V
V
V
🚀🚀
if (typeof window !== 'undefined') {
if (!currentScope) {
currentScope = fork(rootDomain)
}
hydrate(currentScope, {values: pageProps.store})
scope = currentScope
} else {
scope = fork(rootDomain)
}🚀🚀