Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BetaSu/big-react
/ functions
Functions
254 in github.com/BetaSu/big-react
⨍
Functions
254
◇
Types & classes
29
↓ 1 callers
Function
doSomeBuzyWork
(len: number)
demos/test-fc/main.ts:114
↓ 1 callers
Function
eventTypeToSchdulerPriority
(eventType: string)
packages/react-dom/src/SyntheticEvent.ts:142
↓ 1 callers
Function
fetchData
(id, timeout)
demos/suspense-use/Cpn.tsx:10
↓ 1 callers
Function
findHostSubtreeRoot
( finishedWork: FiberNode, callback: (hostSubtreeRoot: FiberNode) => void )
packages/react-reconciler/src/commitWork.ts:113
↓ 1 callers
Function
flushSyncCallbacks
()
packages/react-reconciler/src/syncTaskQueue.ts:12
↓ 1 callers
Function
getChildren
(parent: Container | Instance)
packages/react-noop-renderer/src/root.ts:24
↓ 1 callers
Function
getElementKeyToUse
(element: any, index?: number)
packages/react-reconciler/src/childFibers.ts:187
↓ 1 callers
Function
getEventCallbackNameFromEventType
( eventType: string )
packages/react-dom/src/SyntheticEvent.ts:99
↓ 1 callers
Function
getHostSibling
(fiber: FiberNode)
packages/react-reconciler/src/commitWork.ts:446
↓ 1 callers
Function
getSuspenseHandler
()
packages/react-reconciler/src/suspenseContext.ts:5
↓ 1 callers
Function
getSuspenseThenable
()
packages/react-reconciler/src/thenable.ts:14
↓ 1 callers
Function
handleThrow
(root: FiberRootNode, thrownValue: any)
packages/react-reconciler/src/workLoop.ts:429
↓ 1 callers
Function
hideInstance
(instance: Instance)
packages/react-dom/src/hostConfig.ts:72
↓ 1 callers
Function
hideOrUnhideAllChildren
(finishedWork: FiberNode, isHidden: boolean)
packages/react-reconciler/src/commitWork.ts:169
↓ 1 callers
Function
hideTextInstance
(textInstance: TextInstance)
packages/react-dom/src/hostConfig.ts:82
↓ 1 callers
Function
initEvent
(container: Container, eventType: string)
packages/react-dom/src/SyntheticEvent.ts:33
↓ 1 callers
Function
insertChildToContainer
( child: Instance, container: Container, before: Instance )
packages/react-dom/src/hostConfig.ts:57
↓ 1 callers
Function
insertOrAppendPlacementNodeIntoContainer
( finishedWork: FiberNode, hostParent: Container, before?: Instance )
packages/react-reconciler/src/commitWork.ts:504
↓ 1 callers
Function
insertSpan
(content)
demos/test-fc/main.ts:106
↓ 1 callers
Function
lanesToSchedulerPriority
(lanes: Lanes)
packages/react-reconciler/src/fiberLanes.ts:53
↓ 1 callers
Function
lazy
( ctor: () => Thenable<{ default: T }> )
packages/react/src/lazy.ts:74
↓ 1 callers
Function
markRef
(current: FiberNode | null, workInProgress: FiberNode)
packages/react-reconciler/src/beginWork.ts:283
↓ 1 callers
Function
markRootFinished
(root: FiberRootNode, lane: Lane)
packages/react-reconciler/src/fiberLanes.ts:46
↓ 1 callers
Function
markRootPinged
(root: FiberRootNode, pingedLane: Lane)
packages/react-reconciler/src/fiberLanes.ts:81
↓ 1 callers
Function
markUpdateLaneFromFiberToRoot
(fiber: FiberNode, lane: Lane)
packages/react-reconciler/src/workLoop.ts:153
↓ 1 callers
Function
mountLazyComponent
(wip: FiberNode, renderLane: Lane)
packages/react-reconciler/src/beginWork.ts:120
↓ 1 callers
Function
mountState
( initialState: (() => State) | State )
packages/react-reconciler/src/fiberHooks.ts:334
↓ 1 callers
Function
mountSuspenseFallbackChildren
( workInProgress: FiberNode, primaryChildren: any, fallbackChildren: any )
packages/react-reconciler/src/beginWork.ts:353
↓ 1 callers
Function
mountSuspensePrimaryChildren
( workInProgress: FiberNode, primaryChildren: any )
packages/react-reconciler/src/beginWork.ts:339
↓ 1 callers
Function
prepareFreshStack
(root: FiberRootNode, lane: Lane)
packages/react-reconciler/src/workLoop.ts:79
↓ 1 callers
Function
prepareToReadContext
(wip: FiberNode, renderLane: Lane)
packages/react-reconciler/src/fiberContext.ts:37
↓ 1 callers
Function
propagateContextChange
( wip: FiberNode, context: ReactContext<T>, renderLane: Lane )
packages/react-reconciler/src/fiberContext.ts:81
↓ 1 callers
Function
pushSuspenseHandler
(handler: FiberNode)
packages/react-reconciler/src/suspenseContext.ts:9
↓ 1 callers
Function
readContext
( consumer: FiberNode | null, context: ReactContext<T> )
packages/react-reconciler/src/fiberContext.ts:52
↓ 1 callers
Function
reconcileChildrenArray
( returnFiber: FiberNode, currentFirstChild: FiberNode | null, newChild: any[] )
packages/react-reconciler/src/childFibers.ts:118
↓ 1 callers
Function
reconcileSingleElement
( returnFiber: FiberNode, currentFiber: FiberNode | null, element: ReactElementType )
packages/react-reconciler/src/childFibers.ts:40
↓ 1 callers
Function
reconcileSingleTextNode
( returnFiber: FiberNode, currentFiber: FiberNode | null, content: string | number )
packages/react-reconciler/src/childFibers.ts:89
↓ 1 callers
Function
removeChild
( child: Instance | TextInstance, container: Container )
packages/react-dom/src/hostConfig.ts:50
↓ 1 callers
Function
removeLanes
(set: Lanes, subet: Lanes | Lane)
packages/react-reconciler/src/fiberLanes.ts:115
↓ 1 callers
Function
renderWithHooks
( wip: FiberNode, Component: FiberNode['type'], lane: Lane )
packages/react-reconciler/src/fiberHooks.ts:66
↓ 1 callers
Function
resetHooksOnUnwind
(wip: FiberNode)
packages/react-reconciler/src/fiberHooks.ts:468
↓ 1 callers
Function
safelyAttachRef
(fiber: FiberNode)
packages/react-reconciler/src/commitWork.ts:206
↓ 1 callers
Function
scheduleContextWorkOnParentPath
( from: FiberNode | null, to: FiberNode, renderLane: Lane )
packages/react-reconciler/src/fiberContext.ts:142
↓ 1 callers
Function
scheduleSyncCallback
(callback: (...args: any) => void)
packages/react-reconciler/src/syncTaskQueue.ts:4
↓ 1 callers
Function
schedulerPriorityToLane
(schedulerPriority: number)
packages/react-reconciler/src/fiberLanes.ts:68
↓ 1 callers
Function
shallowEqual
(a: any, b: any)
packages/shared/shallowEquals.ts:1
↓ 1 callers
Function
startTransition
(setPending: Dispatch<boolean>, callback: () => void)
packages/react-reconciler/src/fiberHooks.ts:384
↓ 1 callers
Function
throwAndUnwindWorkLoop
( root: FiberRootNode, unitOfWork: FiberNode, thrownValue: any, lane: Lane )
packages/react-reconciler/src/workLoop.ts:452
↓ 1 callers
Function
throwException
(root: FiberRootNode, value: any, lane: Lane)
packages/react-reconciler/src/fiberThrow.ts:45
↓ 1 callers
Function
toFlushAndYield
(Scheduler, expectedYields)
scripts/jest/schedulerTestMatchers.js:29
↓ 1 callers
Function
trackUsedThenable
(thenable: Thenable<T>)
packages/react-reconciler/src/thenable.ts:26
↓ 1 callers
Function
unhideInstance
(instance: Instance)
packages/react-dom/src/hostConfig.ts:77
↓ 1 callers
Function
unhideTextInstance
(textInstance: TextInstance, text: string)
packages/react-dom/src/hostConfig.ts:86
↓ 1 callers
Function
unwindUnitOfWork
(unitOfWork: FiberNode)
packages/react-reconciler/src/workLoop.ts:464
↓ 1 callers
Function
unwindWork
(wip: FiberNode)
packages/react-reconciler/src/fiberUnwindWork.ts:7
↓ 1 callers
Function
updateContextProvider
(wip: FiberNode, renderLane: Lane)
packages/react-reconciler/src/beginWork.ts:184
↓ 1 callers
Function
updateFragment
(wip: FiberNode)
packages/react-reconciler/src/beginWork.ts:211
↓ 1 callers
Function
updateFromMap
( returnFiber: FiberNode, existingChildren: ExistingChildren, index: number, element: any )
packages/react-reconciler/src/childFibers.ts:200
↓ 1 callers
Function
updateHostComponent
(wip: FiberNode)
packages/react-reconciler/src/beginWork.ts:263
↓ 1 callers
Function
updateHostRoot
(wip: FiberNode, renderLane: Lane)
packages/react-reconciler/src/beginWork.ts:236
↓ 1 callers
Function
updateMemoComponent
(wip: FiberNode, renderLane: Lane)
packages/react-reconciler/src/beginWork.ts:131
↓ 1 callers
Function
updateOffscreenComponent
(workInProgress: FiberNode)
packages/react-reconciler/src/beginWork.ts:294
↓ 1 callers
Function
updateState
()
packages/react-reconciler/src/fiberHooks.ts:219
↓ 1 callers
Function
updateSuspenseComponent
(workInProgress: FiberNode)
packages/react-reconciler/src/beginWork.ts:301
↓ 1 callers
Function
updateSuspenseFallbackChildren
( workInProgress: FiberNode, primaryChildren: any, fallbackChildren: any )
packages/react-reconciler/src/beginWork.ts:410
↓ 1 callers
Function
updateSuspensePrimaryChildren
( workInProgress: FiberNode, primaryChildren: any )
packages/react-reconciler/src/beginWork.ts:375
↓ 1 callers
Function
use
(usable)
packages/react/index.ts:40
↓ 1 callers
Function
useCallback
(callback, deps)
packages/react/index.ts:50
↓ 1 callers
Function
useMemo
(nextCreate, deps)
packages/react/index.ts:45
↓ 1 callers
Function
useRef
(initialValue)
packages/react/index.ts:30
↓ 1 callers
Function
useTransition
()
packages/react/index.ts:25
↓ 1 callers
Function
workLoopConcurrent
()
packages/react-reconciler/src/workLoop.ts:396
↓ 1 callers
Function
workLoopSync
()
packages/react-reconciler/src/workLoop.ts:391
Function
AboutTab
()
demos/transition/AboutTab.tsx:1
Function
App
()
demos/test-fc/main.tsx:4
Function
App
()
demos/suspense-use/main.tsx:6
Function
App
()
demos/context/main.tsx:7
Function
App
()
demos/performance/Context.tsx:5
Function
App
()
demos/performance/Principle_demo2.tsx:3
Function
App
()
demos/performance/Simple.tsx:3
Function
App
()
demos/performance/Hook.tsx:3
Function
App
()
demos/performance/memo.tsx:3
Function
App
()
demos/performance/useMemo.tsx:5
Function
App
()
demos/performance/Principle_demo1.tsx:3
Function
App
()
demos/ref/main.tsx:4
Function
App
()
demos/transition/main.tsx:10
Function
App
()
demos/suspense-lazy/main.tsx:14
Function
Child
({ children })
demos/test-fc/main.tsx:15
Function
Child
()
demos/performance/Context.tsx:30
Function
Child
()
demos/performance/Hook.tsx:26
Function
Child
()
demos/performance/memo.tsx:24
Function
Child
()
demos/ref/main.tsx:21
Function
ContactTab
()
demos/transition/ContactTab.tsx:1
Function
Cpn
({ id, timeout })
demos/suspense-use/Cpn.tsx:20
Function
Cpn
()
demos/context/main.tsx:20
Function
Cpn
()
demos/performance/Simple.tsx:17
Function
Cpn
()
demos/suspense-lazy/Cpn.tsx:1
Function
ExpensiveSubtree
()
demos/performance/Principle_demo2.tsx:23
Function
ExpensiveSubtree
()
demos/performance/useMemo.tsx:19
Function
ExpensiveSubtree
()
demos/performance/Principle_demo1.tsx:16
← previous
next →
101–200 of 254, ranked by callers