Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/artem-malko/react-ssr-template
/ functions
Functions
352 in github.com/artem-malko/react-ssr-template
⨍
Functions
352
◇
Types & classes
66
↓ 31 callers
Function
createStyles
( styles: StyleDescriptor, )
src/framework/infrastructure/css/hook.ts:18
↓ 22 callers
Method
get
(name: string)
src/lib/cookies/types.ts:6
↓ 22 callers
Function
openAnyPageAction
(payload: Page)
src/framework/infrastructure/router/redux/actions/appContext/openPageAction.ts:3
↓ 20 callers
Method
start
* Perform callback execution after timeout * Calback can be executed immediately, if immediate is passed and equal to true
src/lib/timer/index.ts:26
↓ 18 callers
Function
colorize
(msg: string, color?: Color)
src/lib/console/colorize.ts:3
↓ 18 callers
Function
generateCss
( prefixedStyles: Styles<ClassNames>, dir: 'ltr' | 'rtl' = 'ltr', )
src/framework/infrastructure/css/generator/index.ts:4
↓ 16 callers
Function
createURLParser
({ handle404Error, routes, }: CreateURLParserParams<PageName>)
src/framework/infrastructure/router/parseURL.ts:25
↓ 16 callers
Function
useStyles
( styles: StyleDescriptor, )
src/framework/infrastructure/css/hook.ts:10
↓ 15 callers
Function
renderMetaTag
(key: string, value: string | number)
src/framework/applications/server/utils/generateShell.ts:86
↓ 13 callers
Function
parseEnvParams
( referenceConfig: T, envParams: NodeJS.ProcessEnv, prefix?: string, )
src/framework/config/utils/parseEnvParams.ts:25
↓ 12 callers
Function
keysOf
(obj: T)
src/lib/lodash/index.ts:33
↓ 11 callers
Method
addToQueue
(jobPayload: P)
src/lib/queue/index.ts:21
↓ 11 callers
Function
processAnyAPIError
( error: RequestError | Error, middleware?: (originalError: RequestError | Error, parsedError: ParsedError
src/framework/infrastructure/request/utils/processAnyAPIError.ts:5
↓ 9 callers
Function
createResponse
(params: Params)
src/framework/infrastructure/request/utils/response.ts:7
↓ 9 callers
Function
createURLCompiler
(routes: Routes<AnyPage<PageName>>)
src/framework/infrastructure/router/compileURL.ts:26
↓ 9 callers
Method
getTimeLeft
* Return time left to the moment, than callback will be executed
src/lib/timer/index.ts:79
↓ 9 callers
Method
set
(name: string, value: string, options?: CookieOptions | CookieAttributes)
src/lib/cookies/types.ts:5
↓ 8 callers
Function
addAppVersion
()
src/framework/infrastructure/logger/utils.ts:5
↓ 8 callers
Function
sequence
(...actions: AnyAction[])
src/framework/infrastructure/signal/index.ts:39
↓ 8 callers
Function
useApi
(api: Api<Params, Result>)
src/application/shared/lib/api/useApi.ts:27
↓ 7 callers
Function
createApi
(handler: Api<Params, Result>)
src/application/shared/lib/api/createApi.ts:6
↓ 7 callers
Function
createSignal
(name: string, getAction: (...args: T) => AnyAction)
src/framework/infrastructure/signal/index.ts:23
↓ 7 callers
Method
pause
* Pause current timer
src/lib/timer/index.ts:49
↓ 7 callers
Function
useNavigate
()
src/application/entities/ui/navigation/hooks/useNavigate.ts:8
↓ 6 callers
Function
devConsoleLog
(...logParams: LogParams)
src/lib/console/devConsole.ts:2
↓ 6 callers
Function
getMessageAndStackParamsFromError
( error: Error, options?: { defaultMessage?: string; stackSize?: number; }, )
src/framework/infrastructure/logger/utils.ts:11
↓ 6 callers
Function
isObject
(val: unknown)
src/lib/lodash/index.ts:8
↓ 5 callers
Function
commonWithSelectors
( selectors: S, payload: (params: { [key in keyof S]: ReturnType<S[key]> }) => AnyAction, )
src/framework/infrastructure/signal/index.ts:76
↓ 5 callers
Function
dt
(label: string)
src/framework/infrastructure/tests/dom/dt/index.ts:10
↓ 5 callers
Function
isIE
(UA: string)
src/lib/browser/index.ts:9
↓ 5 callers
Function
isValidStyleObject
(styleDescriptor: unknown)
src/framework/infrastructure/css/generator/utils.ts:262
↓ 5 callers
Function
readUsers
()
src/application/entry/server/routes/fakeCrud.ts:150
↓ 5 callers
Function
renderError
(code: number, message?: string)
src/application/entry/server/routes/fakeCrud.ts:154
↓ 5 callers
Function
useInvalidateAllUserQueries
()
src/application/entities/domain/user/model/invalidate/useInvalidateAllUserQueries.ts:5
↓ 5 callers
Function
useToast
()
src/application/shared/kit/toast/infrastructure/hook.ts:5
↓ 4 callers
Method
addStyles
(selector: string, style: Style, usedModifiers?: string[])
src/framework/infrastructure/css/provider/serverStore.ts:23
↓ 4 callers
Function
calcHorizontalPlacementStyles
( calcPositionParams: CalcPositionParams, placement: 'start' | 'end', )
src/application/shared/kit/popover/utils.ts:253
↓ 4 callers
Function
calcVerticalPlacementStyles
(params: CalcPositionParams, placement: 'top' | 'bottom')
src/application/shared/kit/popover/utils.ts:194
↓ 4 callers
Function
createRequest
(params: { networkTimeout: number })
src/framework/infrastructure/request/index.ts:16
↓ 4 callers
Function
cssifyObject
* Convert object React.CSSProperties to css-string * { * marginStart: '10px', * transform: 'translateX(10)', * display: 'flex', * } * * m
src/framework/infrastructure/css/generator/utils.ts:78
↓ 4 callers
Function
generateRandomId
(prefix?: string)
src/framework/applications/server/utils/reactStreamRenderEnhancer.ts:202
↓ 4 callers
Function
get
(object: { [i: string]: any }, pathString: string, def?: any)
src/lib/lodash/index.ts:18
↓ 4 callers
Method
getStyles
()
src/framework/infrastructure/css/provider/serverStore.ts:40
↓ 4 callers
Function
historyReplace
()
src/framework/infrastructure/router/redux/actions/router.ts:8
↓ 4 callers
Function
logApplicationBootstrapError
({ error, appLogger, sourceName }: Params)
src/framework/applications/server/logs/logApplicationBootstrapError.ts:11
↓ 4 callers
Function
merge
(mutableTarget: any, ...sources: any)
webpack/utils/merge.ts:14
↓ 4 callers
Function
onErrorFallbackHTML
(error?: Error)
src/application/entry/server/utils/onErrorFallbackHTML.ts:1
↓ 4 callers
Function
parallel
(...actions: AnyAction[])
src/framework/infrastructure/signal/index.ts:50
↓ 4 callers
Function
patchUrlProtocol
(url: string)
src/framework/infrastructure/request/utils/patchUrlProtocol.ts:6
↓ 4 callers
Function
useAppSuspenseQuery
( queryOptions: UseAnyAppSuspenseQueryOptions<TResult, TError, QKey>, )
src/application/shared/hooks/useAppSuspenseQuery.ts:9
↓ 4 callers
Function
waitForNextTickWithMockedTimers
(clock: SinonFakeTimers, ms: number)
src/lib/tests/wait.ts:3
↓ 3 callers
Function
createCookieAPI
(req: Request, res: Response)
src/lib/cookies/server.ts:5
↓ 3 callers
Function
cssifyDeclaration
* Convert * marginTop: '10px' to margin-top:10px * marginTop: 0 to margin-top:0 * marginTop: 10 to margin-top:10px * opacity: 1 to opacity:1
src/framework/infrastructure/css/generator/utils.ts:36
↓ 3 callers
Method
delete
(name: string, options?: CookieOptions | CookieAttributes)
src/lib/cookies/types.ts:7
↓ 3 callers
Method
doNextJob
()
src/lib/queue/index.ts:30
↓ 3 callers
Function
generateShell
({ metadata, dependencyScript }: Params)
src/framework/applications/server/utils/generateShell.ts:14
↓ 3 callers
Function
getFullPathForStaticResource
(params: Params)
src/framework/infrastructure/webpack/getFullPathForStaticResource.ts:9
↓ 3 callers
Function
getPossiblePlacements
(params: CalcPositionParams)
src/application/shared/kit/popover/utils.ts:90
↓ 3 callers
Function
getTitle
({ URLQueryParams })
src/application/pages/root/metadata.ts:6
↓ 3 callers
Function
historyPush
()
src/framework/infrastructure/router/redux/actions/router.ts:3
↓ 3 callers
Function
kebabifyStyleName
(str: string)
src/framework/infrastructure/css/generator/utils.ts:9
↓ 3 callers
Function
murmurhash2
(str: string)
src/framework/infrastructure/css/stringHash/index.ts:1
↓ 3 callers
Function
noop
()
src/framework/infrastructure/signal/index.ts:93
↓ 3 callers
Function
readFileContent
(filePath: string)
src/framework/applications/server/utils/assets.ts:51
↓ 3 callers
Method
reset
* Stopped timer and reset all values to initial
src/lib/timer/index.ts:66
↓ 3 callers
Function
useAppLogger
()
src/framework/infrastructure/logger/react/hook.ts:5
↓ 3 callers
Function
useSession
()
src/framework/infrastructure/session/hook.ts:5
↓ 3 callers
Function
useURLQuery
()
src/application/entities/ui/navigation/hooks/useURLQuery.ts:17
↓ 3 callers
Function
writeUsers
(users: any[])
src/application/entry/server/routes/fakeCrud.ts:146
↓ 2 callers
Function
afterEach
* After every test we will do: * — cleanup after dom-test * — Reset Sinon env
src/framework/infrastructure/tests/hooks/beforeAndAfterEach.ts:35
↓ 2 callers
Function
beforeEach
* Before every test we will do: * — Configure testIdAttribute for testing-library * — Enable DOM-env for dom-tests
src/framework/infrastructure/tests/hooks/beforeAndAfterEach.ts:20
↓ 2 callers
Function
configureStore
(params: { initialState: AnyAppState; middlewares: Middleware[]; enhancers: StoreEnhancer[]; compileAp
src/framework/infrastructure/router/redux/store/configureStore.ts:10
↓ 2 callers
Method
createChunk
(params: { generatedCss: string; isRTL: boolean; compilation: Compilation })
src/framework/infrastructure/css/webpack/plugin/index.ts:82
↓ 2 callers
Function
createMethodStubber
(entityName: string)
src/framework/infrastructure/tests/stub/index.ts:29
↓ 2 callers
Function
createPlatformAPI
(params: { envSpecificAPIs: EnvSpecificAPIs })
src/framework/infrastructure/platform/index.ts:8
↓ 2 callers
Function
createSignalMiddleware
()
src/framework/infrastructure/signal/middleware.ts:16
↓ 2 callers
Function
devConsoleError
(...logParams: ErrorParams)
src/lib/console/devConsole.ts:10
↓ 2 callers
Method
doWork
(jobPayload: P)
src/lib/queue/index.ts:54
↓ 2 callers
Method
generateHash
(selector: string, style: Style)
src/framework/infrastructure/css/provider/serverStore.ts:13
↓ 2 callers
Function
getClientApplicationConfig
()
src/framework/config/generator/client.ts:6
↓ 2 callers
Function
getPossibleAlignment
(params: CalcPositionParams)
src/application/shared/kit/popover/utils.ts:124
↓ 2 callers
Function
getSelectorsString
(obj: { [key: string]: (state: any) => any })
src/framework/infrastructure/signal/tests/index.spec.ts:124
↓ 2 callers
Function
handle404Error
()
src/framework/infrastructure/router/__tests__/mock.spec.ts:3
↓ 2 callers
Function
isPlainObject
(obj: any)
src/framework/infrastructure/request/utils/is.ts:51
↓ 2 callers
Function
isProduction
()
webpack/utils/isProduction.ts:1
↓ 2 callers
Function
isSignalActionWithActionsInPayload
( action: UnknownAction, )
src/framework/infrastructure/signal/utils.ts:15
↓ 2 callers
Function
isURLSearchParameters
(object: any)
src/framework/infrastructure/request/utils/is.ts:20
↓ 2 callers
Function
logClientUnhandledRejection
(error?: Error)
src/framework/infrastructure/logger/clientLog.ts:21
↓ 2 callers
Function
logServerUnhandledRejection
(error?: Error)
src/framework/applications/server/logs/logServerUnhandledRejection.ts:6
↓ 2 callers
Function
normalizePath
(routePath: string)
src/framework/infrastructure/router/utils.ts:39
↓ 2 callers
Function
parsePageQueryParam
(queryParams: URLQueryParams)
src/application/shared/lib/routing/parsePageQueryParam.ts:8
↓ 2 callers
Function
renderLink
(type: string, value: string)
src/framework/applications/server/utils/generateShell.ts:153
↓ 2 callers
Function
renderOGImageMeta
(OGImage: OGImage)
src/framework/applications/server/utils/generateShell.ts:90
↓ 2 callers
Method
restart
* Reset timer to initial values and start again
src/lib/timer/index.ts:17
↓ 2 callers
Function
setQueryStringParamsAction
(payload: URLQueryParams)
src/framework/infrastructure/router/redux/actions/appContext/setQueryStringParams.ts:3
↓ 2 callers
Method
setTitle
(title: string)
src/framework/infrastructure/platform/window/types.ts:12
↓ 2 callers
Function
useActivePage
()
src/application/entities/ui/navigation/hooks/useActivePage.ts:8
↓ 2 callers
Function
useConfig
()
src/application/shared/config/hook.ts:5
↓ 2 callers
Function
useHydrateQuery
(queryId: string)
src/framework/infrastructure/query/useHydrateQuery.ts:9
↓ 2 callers
Function
useInvalidateQuery
()
src/lib/hooks/useInvalidateQuery.ts:9
next →
1–100 of 352, ranked by callers