MCPcopy Create free account

hub / github.com/artem-malko/react-ssr-template / functions

Functions352 in github.com/artem-malko/react-ssr-template

↓ 1 callersMethodopen
(url?: string, name?: string, specs?: string)
src/framework/infrastructure/platform/window/types.ts:5
↓ 1 callersFunctionparseAnyAPIError
(error: RequestError | Error)
src/framework/infrastructure/request/utils/processAnyAPIError.ts:18
↓ 1 callersFunctionparseFilterStatus
(queryParams: URLQueryParams)
src/application/pages/users/routing.ts:32
↓ 1 callersFunctionpatchLeadingSlashInPath
(routeConfig: T)
src/framework/infrastructure/router/utils.ts:18
↓ 1 callersFunctionprepareBody
(requestParams: RequestParams<T>)
src/framework/infrastructure/request/utils/prepareFetchParams.ts:32
↓ 1 callersFunctionprepareFetchParams
(url: string, requestParams: RequestParams<T>)
src/framework/infrastructure/request/utils/prepareFetchParams.ts:12
↓ 1 callersFunctionprintRouterConfig
(routes: Routes<AnyPage<PageName>>)
src/framework/infrastructure/router/utils.ts:60
↓ 1 callersFunctionpush
(url: string, appContext: AnyAppContext)
src/framework/infrastructure/router/redux/middlewares/historyActons.ts:6
↓ 1 callersFunctionraiseError
(httpCode: number)
src/framework/infrastructure/raise/store.ts:7
↓ 1 callersFunctionreadAssetsInfo
()
src/framework/applications/server/utils/assets.ts:24
↓ 1 callersFunctionreadPageDependenciesStats
()
src/framework/applications/server/utils/assets.ts:45
↓ 1 callersMethodreload
(forcedReload?: boolean)
src/framework/infrastructure/platform/window/types.ts:6
↓ 1 callersFunctionrenderAlternates
(alternates: Alternates)
src/framework/applications/server/utils/generateShell.ts:119
↓ 1 callersFunctionrenderMetadata
(metadata: Metadata)
src/framework/applications/server/utils/generateShell.ts:20
↓ 1 callersFunctionrenderThemeColor
(themeColor: ThemeColor)
src/framework/applications/server/utils/generateShell.ts:111
↓ 1 callersFunctionrenderViewport
(viewport?: Viewport)
src/framework/applications/server/utils/generateShell.ts:157
↓ 1 callersFunctionreplace
(url: string, appContext: AnyAppContext)
src/framework/infrastructure/router/redux/middlewares/historyActons.ts:21
↓ 1 callersFunctionreplaceLocation
(url: string)
src/framework/infrastructure/tests/dom/location/index.ts:22
↓ 1 callersFunctionreplaceState
(payload: AnyAppContext)
src/framework/infrastructure/router/redux/actions/router.ts:23
↓ 1 callersFunctionresolveValue
(baseValue: AnyConfigValue, envValue: string, key = 'unknown key')
src/framework/config/utils/parseEnvParams.ts:57
↓ 1 callersFunctionrestoreStore
({ compileAppURL, createReducerOptions, queryClient, windowApi, getTitle, }: Params<Page>)
src/framework/applications/client/store/index.ts:20
↓ 1 callersFunctionrestoreStore
({ parseURL, compileAppURL, req, initialAppContext, createReducerOptions, }: Params)
src/framework/applications/server/store/index.ts:19
↓ 1 callersFunctionrunParallel
(actions: UnknownAction[], dispatch: Dispatch)
src/framework/infrastructure/signal/middleware.ts:64
↓ 1 callersFunctionrunSequence
(actions: UnknownAction[], dispatch: Dispatch)
src/framework/infrastructure/signal/middleware.ts:60
↓ 1 callersFunctionsetFilter
(filter: UserStatus, curState: UserStatus[])
src/application/features/userList/ui/userList/index.tsx:87
↓ 1 callersMethodsetTimeoutAndRestart
* Restart timer with new timeout
src/lib/timer/index.ts:91
↓ 1 callersFunctionstartClientApplication
({ MainComp, router, appLogger, onAppRenderedHandler, onRecoverableErrorHandler, defaultReactQuery
src/framework/applications/client/index.tsx:83
↓ 1 callersMethodstartQueue
()
src/lib/queue/index.ts:26
↓ 1 callersFunctionstartServer
({ enhanceServer, serverConfig, publicPath, onErrorFallbackHTML, }: Params)
src/framework/applications/server/index.ts:67
↓ 1 callersFunctionstringifyParams
(params: Record<Key, any> | undefined)
src/framework/infrastructure/router/utils.ts:6
↓ 1 callersFunctionuseAddUser
()
src/application/entities/domain/user/model/mutate/useAddUser.tsx:8
↓ 1 callersFunctionuseAnyActivePage
()
src/framework/infrastructure/router/hooks/useAnyActivePage.ts:7
↓ 1 callersFunctionuseAnyAppSuspenseInfiniteQuery
( queryOptions: UseAnyAppSuspenseInfiniteQueryOptions<TResult, TError, QKey, TPageParam>, )
src/framework/infrastructure/query/useAnyAppSuspenseInfiniteQuery.ts:38
↓ 1 callersFunctionuseAnyAppSuspenseQuery
( queryOptions: UseAnyAppSuspenseQueryOptions<TResult, TError, QKey>, )
src/framework/infrastructure/query/useAnyAppSuspenseQuery.ts:23
↓ 1 callersFunctionuseAnyConfig
()
src/framework/config/react/index.tsx:7
↓ 1 callersFunctionuseApiContext
()
src/application/shared/lib/api/useApiContext.ts:10
↓ 1 callersFunctionuseAppSuspenseInfiniteQuery
( queryOptions: UseAnyAppSuspenseInfiniteQueryOptions<TResult, TError, QKey, TPageParam>, )
src/application/shared/hooks/useAppSuspenseInfiniteQuery.ts:13
↓ 1 callersFunctionuseCommonNavigate
()
src/framework/infrastructure/router/hooks/useCommonNavigate.ts:10
↓ 1 callersFunctionuseCommonURLQuery
()
src/framework/infrastructure/router/hooks/useURLQueryParams.ts:14
↓ 1 callersFunctionuseDeleteUser
()
src/application/entities/domain/user/model/mutate/useDeleteUser.tsx:7
↓ 1 callersFunctionuseEditUser
()
src/application/entities/domain/user/model/mutate/useEditUser.tsx:8
↓ 1 callersFunctionuseGlassContext
()
src/application/shared/kit/glass/context.tsx:107
↓ 1 callersFunctionuseGlassEffect
(needToShowGlass: boolean, glassName?: string)
src/application/shared/kit/glass/hook.ts:23
↓ 1 callersFunctionuseInfinityNewsList
(params: UseInfinityNewsParams)
src/application/entities/domain/news/model/fetch/useInfinityNewsList.ts:11
↓ 1 callersFunctionusePaginatedNewsList
(params: UsePaginatedNewsParams)
src/application/entities/domain/news/model/fetch/usePaginatedNewsList.ts:11
↓ 1 callersFunctionuseRaiseError
()
src/framework/infrastructure/raise/react/context.tsx:13
↓ 1 callersFunctionuseRequest
()
src/application/shared/lib/request/index.tsx:13
↓ 1 callersFunctionuseResizeObserver
(elRef: MutableRefObject<HTMLElement | null>, callback: () => void)
src/lib/hooks/useResizeObserver.ts:15
↓ 1 callersFunctionuseUserById
(params: UserByIdParams)
src/application/entities/domain/user/model/fetch/useUserById.ts:22
↓ 1 callersFunctionuseUserByIdQueryFetcher
()
src/application/entities/domain/user/model/fetch/useUserById.ts:31
↓ 1 callersFunctionuseUserList
(params: UseUserListParams)
src/application/entities/domain/user/model/fetch/useUserList.ts:24
↓ 1 callersFunctionuseUserListFetcher
()
src/application/entities/domain/user/model/fetch/useUserList.ts:17
↓ 1 callersFunctionuseUserListOptimisticUpdater
()
src/application/entities/domain/user/model/fetch/useUserList.ts:33
FunctionUAParser
(mutableReq: Request, _res: Response, next: NextFunction)
src/application/entry/server/middlewares/UAParser.ts:4
FunctionUPPERCASE_RE_TO_KEBAB
(match: string)
src/framework/infrastructure/css/generator/utils.ts:7
Function[reactSSRMethodName]
()
src/framework/applications/server/createApplicationRouteHandler.tsx:273
Method_write
(chunk: any, encoding: BufferEncoding, next?: (error: Error | null | undefined) => void)
src/framework/applications/server/utils/reactStreamRenderEnhancer.ts:45
Functionaction
(logParams: QueueLogParams)
src/framework/infrastructure/logger/index.ts:24
FunctionactionCreator
({ param }: any)
src/framework/infrastructure/signal/tests/index.spec.ts:109
MethodaddStyles
(_selector: string, style: Style, usedModifiers?: string[])
src/framework/infrastructure/css/provider/clientStore.ts:5
Methodapply
(compiler: Compiler)
webpack/plugins/dependencyManager/plugin.ts:24
FunctionchangeLocationHref
(url: string)
src/framework/infrastructure/platform/window/client.ts:11
FunctionchangeLocationHref
(_url: string)
src/framework/infrastructure/platform/window/server.ts:8
MethodchangeLocationHref
(url: string)
src/framework/infrastructure/platform/window/types.ts:4
FunctionchangeName
(name: string)
src/lib/lodash/__tests__/lodash.spec.ts:105
MethodclearStore
()
src/framework/infrastructure/css/provider/serverStore.ts:44
FunctionclientIp
(mutableReq: Request, _res: Response, next: NextFunction)
src/framework/applications/server/middlewares/clientIP.ts:3
Methodconstructor
({ response, originalError, parsedBody }: CreateRequesteErrorParams)
src/framework/infrastructure/request/error.ts:14
Methodconstructor
(props: LazyProps<Props>)
src/framework/infrastructure/lazy/index.tsx:45
Methodconstructor
(options: Options)
src/framework/infrastructure/css/webpack/plugin/index.ts:25
Methodconstructor
(writable: Writable, queryClient: QueryClient, cssProviderStore: CSSServerProviderStore)
src/framework/applications/server/utils/reactStreamRenderEnhancer.ts:36
Methodconstructor
(params: QueueParams<P>)
src/lib/queue/index.ts:15
Methodconstructor
(private callback: () => void, private initialTimeoutValue: number)
src/lib/timer/index.ts:10
Methodconstructor
(options: Options)
webpack/plugins/dependencyManager/plugin.ts:20
FunctioncreateOkJsonResponse
(body: string)
src/framework/infrastructure/request/utils/tests.ts:23
FunctioncreateStubedPlatformAPIs
()
src/framework/infrastructure/platform/stubedPlatformAPICreator.ts:7
Methodcss
(styleDescriptor: Styles<string>)
src/framework/infrastructure/css/provider/index.tsx:31
FunctioncssStub
( _styleDescriptor: StyleDescriptor, )
src/framework/infrastructure/css/provider/index.tsx:8
Functioncustomizer
(objValue: any, srcValue: any)
webpack/utils/merge.ts:3
Functiondebounced
(...args: any)
src/lib/lodash/index.ts:44
FunctiondefaultIsErrorCodeOkToResetCacheCheck
(errorCode: ParsedError['code'])
src/framework/infrastructure/query/useResetCacheOnUnmount.ts:47
FunctiondelayClose
(time = 0)
src/framework/infrastructure/platform/window/client.ts:22
FunctiondelayClose
()
src/framework/infrastructure/platform/window/server.ts:12
MethoddelayClose
(time?: number)
src/framework/infrastructure/platform/window/types.ts:2
Functiondelete
(name: string, options?: clientCookie.CookieAttributes)
src/lib/cookies/client.ts:20
Functiondelete
(name: string, options?: CookieOptions)
src/lib/cookies/server.ts:23
FunctioneventListener
(event: MouseEvent | TouchEvent)
src/application/shared/kit/popover/popover.tsx:106
FunctionfakeAPIRandomLatencyAndErrorResponser
(req: Request, res: Response, next: NextFunction)
src/application/entry/server/routes/fakeCrud.ts:16
Methodflush
* React uses `flush` to prevent stream middleware like gzip from buffering to the * point of harming streaming performance, so we make sure to expo
src/framework/applications/server/utils/reactStreamRenderEnhancer.ts:183
FunctiongenerateRequestId
()
src/framework/infrastructure/request/utils/generateRequestId.ts:4
Functionget
(name: string)
src/lib/cookies/client.ts:16
Functionget
(name: string)
src/lib/cookies/server.ts:19
FunctiongetLocationHref
()
src/framework/infrastructure/platform/window/client.ts:7
FunctiongetLocationHref
()
src/framework/infrastructure/platform/window/server.ts:4
MethodgetLocationHref
()
src/framework/infrastructure/platform/window/types.ts:3
FunctiongetMetaData
(params)
src/application/pages/users/metadata.ts:10
FunctiongetMetaData
(params)
src/application/pages/root/metadata.ts:10
FunctiongetMetaData
(params)
src/application/pages/newsItem/metadata.ts:12
FunctiongetMetaData
(params)
src/application/pages/error/metadata.ts:10
FunctiongetMetaData
(params)
src/application/pages/news/metadata.ts:10
← previousnext →201–300 of 352, ranked by callers