MCPcopy Create free account

hub / github.com/epicweb-dev/react-suspense / functions

Functions428 in github.com/epicweb-dev/react-suspense

↓ 43 callersFunctionuse
(promise: Promise<Value>)
exercises/01.fetching/05.problem.use/index.tsx:17
↓ 34 callersFunctiongetShip
(request: Request)
shared/ship-api-utils.server.ts:46
↓ 34 callersFunctionsearchShips
(request: Request)
shared/ship-api-utils.server.ts:32
↓ 7 callersFunctionhere
(...p)
epicshop/fix.js:9
↓ 6 callersFunctioncreateShip
(request: Request)
shared/ship-api-utils.server.ts:61
↓ 4 callersFunctionreadDir
(dir)
epicshop/fix.js:108
↓ 3 callersFunctionexists
(p)
epicshop/fix.js:98
↓ 3 callersFunctionfindShipDetails
()
exercises/02.dynamic/02.solution.transition/transition.test.ts:14
↓ 3 callersFunctiongetDelay
(request: Request)
shared/ship-api-utils.server.ts:25
↓ 3 callersFunctiongetImageUrlForShip
( shipName: string, { size }: { size: number }, )
exercises/06.optimization/01.problem.parallel/utils.tsx:64
↓ 3 callersFunctiongetImageUrlForShip
( shipName: string, { size }: { size: number }, )
exercises/06.optimization/02.solution.cache/utils.tsx:64
↓ 3 callersFunctiongetImageUrlForShip
( shipName: string, { size }: { size: number }, )
exercises/06.optimization/01.solution.parallel/utils.tsx:64
↓ 3 callersFunctiongetImageUrlForShip
( shipName: string, { size }: { size: number }, )
exercises/06.optimization/02.problem.cache/utils.tsx:64
↓ 3 callersFunctiongetImageUrlForShip
( shipName: string, { size }: { size: number }, )
exercises/05.responsive/01.problem.deferred/utils.tsx:61
↓ 3 callersFunctiongetImageUrlForShip
( shipName: string, { size }: { size: number }, )
exercises/05.responsive/01.solution.deferred/utils.tsx:61
↓ 2 callersFunctionfindShipDetails
()
exercises/02.dynamic/03.solution.flash/spin-delay.test.ts:14
↓ 2 callersFunctionformatDate
(date: Date)
shared/ship-api-utils.server.ts:20
↓ 2 callersFunctionimgSrc
(src: string)
exercises/06.optimization/02.solution.cache/utils.tsx:46
↓ 2 callersFunctionimgSrc
(src: string)
exercises/06.optimization/01.solution.parallel/utils.tsx:46
↓ 2 callersFunctionimgSrc
(src: string)
exercises/06.optimization/02.problem.cache/utils.tsx:46
↓ 2 callersFunctiononLoad
(img: HTMLElement, cb?: () => void)
exercises/04.image/01.solution.img/suspense-img.test.ts:6
↓ 2 callersFunctionrelativeToWorkshopRoot
(dir)
epicshop/fix.js:44
↓ 2 callersFunctionrun
()
epicshop/fix-watch.js:47
↓ 2 callersFunctionwriteIfNeeded
(filepath, content)
epicshop/fix.js:90
↓ 1 callersFunctionatRoot
(...paths: Array<string>)
shared/ship-api-utils.server.ts:17
↓ 1 callersFunctioncreateOptimisticShip
(formData: FormData)
exercises/03.optimistic/02.solution.form-status/index.tsx:97
↓ 1 callersFunctioncreateOptimisticShip
(formData: FormData)
exercises/03.optimistic/02.problem.form-status/index.tsx:91
↓ 1 callersFunctioncreateOptimisticShip
(formData: FormData)
exercises/03.optimistic/03.problem.message/index.tsx:105
↓ 1 callersFunctioncreateOptimisticShip
(formData: FormData)
exercises/03.optimistic/01.solution.optimistic/index.tsx:87
↓ 1 callersFunctioncreateOptimisticShip
(formData: FormData)
exercises/03.optimistic/03.solution.message/index.tsx:101
↓ 1 callersFunctioncreateShip
(formData: FormData, delay?: number)
exercises/03.optimistic/02.solution.form-status/utils.tsx:5
↓ 1 callersFunctioncreateShip
(formData: FormData, delay?: number)
exercises/03.optimistic/02.problem.form-status/utils.tsx:5
↓ 1 callersFunctioncreateShip
(formData: FormData, delay?: number)
exercises/03.optimistic/01.problem.optimistic/utils.tsx:5
↓ 1 callersFunctioncreateShip
(formData: FormData, delay?: number)
exercises/03.optimistic/03.problem.message/utils.tsx:5
↓ 1 callersFunctioncreateShip
(formData: FormData, delay?: number)
exercises/03.optimistic/01.solution.optimistic/utils.tsx:5
↓ 1 callersFunctioncreateShip
(formData: FormData, delay?: number)
exercises/03.optimistic/03.solution.message/utils.tsx:5
↓ 1 callersFunctiondebounce
* Simple debounce implementation
epicshop/fix-watch.js:35
↓ 1 callersFunctionfileToDataUrl
(file: File)
exercises/03.optimistic/02.solution.form-status/index.tsx:107
↓ 1 callersFunctionfileToDataUrl
(file: File)
exercises/03.optimistic/02.problem.form-status/index.tsx:101
↓ 1 callersFunctionfileToDataUrl
(file: File)
exercises/03.optimistic/01.problem.optimistic/index.tsx:106
↓ 1 callersFunctionfileToDataUrl
(file: File)
exercises/03.optimistic/03.problem.message/index.tsx:115
↓ 1 callersFunctionfileToDataUrl
(file: File)
exercises/03.optimistic/01.solution.optimistic/index.tsx:97
↓ 1 callersFunctionfileToDataUrl
(file: File)
exercises/03.optimistic/03.solution.message/index.tsx:111
↓ 1 callersFunctiongetImageUrlForShip
( shipName: string, { size }: { size: number }, )
exercises/02.dynamic/02.solution.transition/utils.tsx:24
↓ 1 callersFunctiongetImageUrlForShip
( shipName: string, { size }: { size: number }, )
exercises/02.dynamic/03.problem.flash/utils.tsx:24
↓ 1 callersFunctiongetImageUrlForShip
( shipName: string, { size }: { size: number }, )
exercises/02.dynamic/03.solution.flash/utils.tsx:24
↓ 1 callersFunctiongetImageUrlForShip
( shipName: string, { size }: { size: number }, )
exercises/02.dynamic/01.solution.cache/utils.tsx:24
↓ 1 callersFunctiongetImageUrlForShip
( shipName: string, { size }: { size: number }, )
exercises/02.dynamic/01.problem.cache/utils.tsx:25
↓ 1 callersFunctiongetImageUrlForShip
( shipName: string, { size }: { size: number }, )
exercises/02.dynamic/02.problem.transition/utils.tsx:24
↓ 1 callersFunctiongetImageUrlForShip
( shipName: string, { size }: { size: number }, )
exercises/04.image/02.solution.error/utils.tsx:44
↓ 1 callersFunctiongetImageUrlForShip
( shipName: string, { size }: { size: number }, )
exercises/04.image/01.problem.img/utils.tsx:44
↓ 1 callersFunctiongetImageUrlForShip
( shipName: string, { size }: { size: number }, )
exercises/04.image/03.problem.key/utils.tsx:44
↓ 1 callersFunctiongetImageUrlForShip
( shipName: string, { size }: { size: number }, )
exercises/04.image/03.solution.key/utils.tsx:44
↓ 1 callersFunctiongetImageUrlForShip
( shipName: string, { size }: { size: number }, )
exercises/04.image/01.solution.img/utils.tsx:44
↓ 1 callersFunctiongetImageUrlForShip
( shipName: string, { size }: { size: number }, )
exercises/04.image/02.problem.error/utils.tsx:44
↓ 1 callersFunctiongetImageUrlForShip
( shipName: string, { size }: { size: number }, )
exercises/01.fetching/05.problem.use/utils.tsx:16
↓ 1 callersFunctiongetImageUrlForShip
( shipName: string, { size }: { size: number }, )
exercises/01.fetching/05.solution.use/utils.tsx:16
↓ 1 callersFunctiongetImageUrlForShip
( shipName: string, { size }: { size: number }, )
exercises/01.fetching/04.solution.util/utils.tsx:16
↓ 1 callersFunctiongetImageUrlForShip
( shipName: string, { size }: { size: number }, )
exercises/01.fetching/03.problem.status/utils.tsx:16
↓ 1 callersFunctiongetImageUrlForShip
( shipName: string, { size }: { size: number }, )
exercises/01.fetching/03.solution.status/utils.tsx:16
↓ 1 callersFunctiongetImageUrlForShip
( shipName: string, { size }: { size: number }, )
exercises/01.fetching/04.problem.util/utils.tsx:16
↓ 1 callersFunctiongetImageUrlForShip
( shipName: string, { size }: { size: number }, )
exercises/01.fetching/01.problem.throw/utils.tsx:16
↓ 1 callersFunctiongetImageUrlForShip
( shipName: string, { size }: { size: number }, )
exercises/01.fetching/02.problem.errors/utils.tsx:16
↓ 1 callersFunctiongetImageUrlForShip
( shipName: string, { size }: { size: number }, )
exercises/01.fetching/01.solution.throw/utils.tsx:16
↓ 1 callersFunctiongetImageUrlForShip
( shipName: string, { size }: { size: number }, )
exercises/01.fetching/02.solution.errors/utils.tsx:16
↓ 1 callersFunctiongetShip
(name: string, delay?: number)
exercises/02.dynamic/02.solution.transition/utils.tsx:7
↓ 1 callersFunctiongetShip
(name: string, delay?: number)
exercises/02.dynamic/03.problem.flash/utils.tsx:7
↓ 1 callersFunctiongetShip
(name: string, delay?: number)
exercises/02.dynamic/03.solution.flash/utils.tsx:7
↓ 1 callersFunctiongetShip
(name: string, delay?: number)
exercises/02.dynamic/01.solution.cache/utils.tsx:7
↓ 1 callersFunctiongetShip
(name: string, delay?: number)
exercises/02.dynamic/01.problem.cache/utils.tsx:14
↓ 1 callersFunctiongetShip
(name: string, delay?: number)
exercises/02.dynamic/02.problem.transition/utils.tsx:7
↓ 1 callersFunctiongetShip
(name: string, delay?: number)
exercises/04.image/02.solution.error/utils.tsx:7
↓ 1 callersFunctiongetShip
(name: string, delay?: number)
exercises/04.image/01.problem.img/utils.tsx:7
↓ 1 callersFunctiongetShip
(name: string, delay?: number)
exercises/04.image/03.problem.key/utils.tsx:7
↓ 1 callersFunctiongetShip
(name: string, delay?: number)
exercises/04.image/03.solution.key/utils.tsx:7
↓ 1 callersFunctiongetShip
(name: string, delay?: number)
exercises/04.image/01.solution.img/utils.tsx:7
↓ 1 callersFunctiongetShip
(name: string, delay?: number)
exercises/04.image/02.problem.error/utils.tsx:7
↓ 1 callersFunctiongetShip
(name: string, delay?: number)
exercises/03.optimistic/02.solution.form-status/utils.tsx:19
↓ 1 callersFunctiongetShip
(name: string, delay?: number)
exercises/03.optimistic/02.problem.form-status/utils.tsx:19
↓ 1 callersFunctiongetShip
(name: string, delay?: number)
exercises/03.optimistic/01.problem.optimistic/utils.tsx:19
↓ 1 callersFunctiongetShip
(name: string, delay?: number)
exercises/03.optimistic/03.problem.message/utils.tsx:19
↓ 1 callersFunctiongetShip
(name: string, delay?: number)
exercises/03.optimistic/01.solution.optimistic/utils.tsx:19
↓ 1 callersFunctiongetShip
(name: string, delay?: number)
exercises/03.optimistic/03.solution.message/utils.tsx:19
↓ 1 callersFunctiongetShip
(name: string, delay?: number)
exercises/06.optimization/01.problem.parallel/utils.tsx:7
↓ 1 callersFunctiongetShip
(name: string, delay?: number)
exercises/06.optimization/02.solution.cache/utils.tsx:7
↓ 1 callersFunctiongetShip
(name: string, delay?: number)
exercises/06.optimization/01.solution.parallel/utils.tsx:7
↓ 1 callersFunctiongetShip
(name: string, delay?: number)
exercises/06.optimization/02.problem.cache/utils.tsx:7
↓ 1 callersFunctiongetShip
(name: string, delay?: number)
exercises/05.responsive/01.problem.deferred/utils.tsx:7
↓ 1 callersFunctiongetShip
(name: string, delay?: number)
exercises/05.responsive/01.solution.deferred/utils.tsx:7
↓ 1 callersFunctiongetShip
(name: string, delay?: number)
exercises/01.fetching/05.problem.use/utils.tsx:5
↓ 1 callersFunctiongetShip
(name: string, delay?: number)
exercises/01.fetching/05.solution.use/utils.tsx:5
↓ 1 callersFunctiongetShip
(name: string, delay?: number)
exercises/01.fetching/04.solution.util/utils.tsx:5
↓ 1 callersFunctiongetShip
(name: string, delay?: number)
exercises/01.fetching/03.problem.status/utils.tsx:5
↓ 1 callersFunctiongetShip
(name: string, delay?: number)
exercises/01.fetching/03.solution.status/utils.tsx:5
↓ 1 callersFunctiongetShip
(name: string, delay?: number)
exercises/01.fetching/04.problem.util/utils.tsx:5
↓ 1 callersFunctiongetShip
(name: string, delay?: number)
exercises/01.fetching/01.problem.throw/utils.tsx:5
↓ 1 callersFunctiongetShip
(name: string, delay?: number)
exercises/01.fetching/02.problem.errors/utils.tsx:5
↓ 1 callersFunctiongetShip
(name: string, delay?: number)
exercises/01.fetching/01.solution.throw/utils.tsx:5
↓ 1 callersFunctiongetShip
(name: string, delay?: number)
exercises/01.fetching/02.solution.errors/utils.tsx:5
↓ 1 callersFunctiongetShipImpl
(name: string, delay?: number)
exercises/02.dynamic/02.solution.transition/utils.tsx:13
next →1–100 of 428, ranked by callers