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
Function
OTHER_SYMBOL
()
packages/react/src/__tests__/ReactElement-test.js:236
Function
Parent
()
packages/react-reconciler/src/__tests__/ReactEffectOrdering-test.js:37
Function
PostsTab
()
demos/transition/PostsTab.tsx:1
Function
REACT_ELEMENT_TYPE
()
packages/react/src/__tests__/ReactElement-test.js:234
Function
SlowPost
({ index })
demos/transition/PostsTab.tsx:9
Function
StaticMethodComponent
()
packages/react/src/__tests__/ReactElement-test.js:179
Function
TabButton
({ children, isActive, onClick })
demos/transition/TabButton.tsx:3
Function
Test
()
packages/react/src/__tests__/ReactElement-test.js:218
Function
appendInitialChild
( parent: Instance | Container, child: Instance )
packages/react-noop-renderer/src/hostConfig.ts:37
Function
commitLayoutEffectsOnFiber
( finishedWork: FiberNode, root: FiberRootNode )
packages/react-reconciler/src/commitWork.ts:193
Function
commitMutationEffectsOnFiber
( finishedWork: FiberNode, root: FiberRootNode )
packages/react-reconciler/src/commitWork.ts:70
Function
commitUpdate
(fiber: FiberNode)
packages/react-noop-renderer/src/hostConfig.ts:72
Method
constructor
(tag: WorkTag, pendingProps: Props, key: Key)
packages/react-reconciler/src/fiber.ts:57
Method
constructor
(container: Container, hostRootFiber: FiberNode)
packages/react-reconciler/src/fiber.ts:113
Function
createElement
( type: ElementType, config: any, ...maybeChildren: any )
packages/react/src/jsx.ts:38
Function
createInstance
(type: string, props: Props)
packages/react-noop-renderer/src/hostConfig.ts:26
Function
createRoot
()
packages/react-noop-renderer/src/root.ts:15
Function
createTextInstance
(content: string)
packages/react-noop-renderer/src/hostConfig.ts:52
Function
dispatchSetState
( fiber: FiberNode, updateQueue: FCUpdateQueue<State>, action: Action<State> )
packages/react-reconciler/src/fiberHooks.ts:395
Function
getChildrenAsJSX
(root: Container)
packages/react-noop-renderer/src/root.ts:31
Function
gethostSibling
* 难点在于目标fiber的hostSibling可能并不是他的同级sibling * 比如: <A/><B/> 其中:function B() {return <div/>} 所以A的hostSibling实际是B的child * 实际情况层级可能更深 * 同时:一个fiber被标记Plac
packages/react-reconciler/src/commitWork.ts:236
Function
insertChildToContainer
( child: Instance, container: Container, before: Instance )
packages/react-noop-renderer/src/hostConfig.ts:101
Function
isValidElement
(object: any)
packages/react/src/jsx.ts:30
Function
jsx
(type: ElementType, config: any, maybeKey: any)
packages/react/src/jsx.ts:78
Function
lazyInitializer
(payload: Payload<T>)
packages/react/src/lazy.ts:41
Function
mountCallback
(callback: T, deps: HookDeps | undefined)
packages/react-reconciler/src/fiberHooks.ts:482
Function
mountEffect
(create: EffectCallback | void, deps: HookDeps | void)
packages/react-reconciler/src/fiberHooks.ts:123
Function
mountMemo
(nextCreate: () => T, deps: HookDeps | undefined)
packages/react-reconciler/src/fiberHooks.ts:504
Function
mountRef
(initialValue: T)
packages/react-reconciler/src/fiberHooks.ts:372
Function
mountTransition
()
packages/react-reconciler/src/fiberHooks.ts:357
Function
noop
()
packages/react-reconciler/src/thenable.ts:24
Function
perform
(work: Work, didTimeout?: boolean)
demos/test-fc/main.ts:76
Function
performConcurrentWorkOnRoot
( root: FiberRootNode, didTimeout: boolean )
packages/react-reconciler/src/workLoop.ts:172
Function
performSyncWorkOnRoot
(root: FiberRootNode)
packages/react-reconciler/src/workLoop.ts:220
Function
ping
()
packages/react-reconciler/src/fiberThrow.ts:33
Function
readContext
(context: ReactContext<Value>)
packages/react-reconciler/src/fiberHooks.ts:38
Function
removeChild
( child: Instance | TextInstance, container: Container )
packages/react-noop-renderer/src/hostConfig.ts:89
Function
render
(element: ReactElementType)
packages/react-dom/src/root.ts:15
Function
render
(element: ReactElementType)
packages/react-noop-renderer/src/root.ts:97
Function
renderIntoDocument
(element: ReactElementType)
packages/react-dom/test-utils.ts:5
Method
then
( onFulfill: (value: T) => Result, onReject: (error: Err) => Result )
packages/shared/ReactTypes.ts:39
Function
toFlushAndThrow
(Scheduler, ...rest)
scripts/jest/schedulerTestMatchers.js:76
Function
toFlushAndYieldThrough
(Scheduler, expectedYields)
scripts/jest/schedulerTestMatchers.js:38
Function
toFlushExpired
(Scheduler, expectedYields)
scripts/jest/schedulerTestMatchers.js:60
Function
toFlushUntilNextPaint
(Scheduler, expectedYields)
scripts/jest/schedulerTestMatchers.js:47
Function
toFlushWithoutYielding
(Scheduler)
scripts/jest/schedulerTestMatchers.js:56
Function
toHaveYielded
(Scheduler, expectedYields)
scripts/jest/schedulerTestMatchers.js:69
Function
toMatchRenderedOutput
(ReactNoop, expectedJSX)
scripts/jest/reactTestMatchers.js:32
Function
updateCallback
(callback: T, deps: HookDeps | undefined)
packages/react-reconciler/src/fiberHooks.ts:489
Function
updateEffect
(create: EffectCallback | void, deps: HookDeps | void)
packages/react-reconciler/src/fiberHooks.ts:136
Function
updateMemo
(nextCreate: () => T, deps: HookDeps | undefined)
packages/react-reconciler/src/fiberHooks.ts:512
Function
updateRef
(initialValue: T)
packages/react-reconciler/src/fiberHooks.ts:379
Function
updateTransition
()
packages/react-reconciler/src/fiberHooks.ts:365
Function
use
(usable: Usable<T>)
packages/react-reconciler/src/fiberHooks.ts:455
← previous
201–254 of 254, ranked by callers