Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cassiozen/ReactCasts
/ functions
Functions
1,719 in github.com/cassiozen/ReactCasts
⨍
Functions
1,719
◇
Types & classes
62
↓ 3 callers
Function
createMicrosoftUnsafeLocalFunction
(func)
13 - SSR pt2 (Deprecated)/episode-source-code(redux)/public/bundle.js:5797
↓ 3 callers
Function
createURL
(location)
13 - SSR pt2 (Deprecated)/episode-source-code(redux)/public/bundle.js:27116
↓ 3 callers
Function
createWritableStdioStream
* Copied from `node/src/node.js`. * * XXX: It's lame that node doesn't expose this API out-of-the-box. It also * relies on the undocumented `tty_wr
12 - SSR pt1 (Deprecated)/server.js:17033
↓ 3 callers
Function
enqueue
* Push an update, if any, onto the queue. Creates a new queue if none is * passed and always returns the queue. Mutative.
12 - SSR pt1 (Deprecated)/server.js:43402
↓ 3 callers
Function
enqueue
* Push an update, if any, onto the queue. Creates a new queue if none is * passed and always returns the queue. Mutative.
12 - SSR pt1 (Deprecated)/public/bundle.js:17399
↓ 3 callers
Function
enqueue
* Push an update, if any, onto the queue. Creates a new queue if none is * passed and always returns the queue. Mutative.
13 - SSR pt2 (Deprecated)/episode-source-code(redux)/public/bundle.js:19473
↓ 3 callers
Function
etag
* Create a simple ETag. * * @param {string|Buffer|Stats} entity * @param {object} [options] * @param {boolean} [options.weak] * @return {String}
12 - SSR pt1 (Deprecated)/server.js:11619
↓ 3 callers
Function
factory
(ReactComponent, isValidElement, ReactNoopUpdateQueue)
12 - SSR pt1 (Deprecated)/server.js:37442
↓ 3 callers
Function
factory
(ReactComponent, isValidElement, ReactNoopUpdateQueue)
12 - SSR pt1 (Deprecated)/public/bundle.js:11365
↓ 3 callers
Function
factory
(ReactComponent, isValidElement, ReactNoopUpdateQueue)
13 - SSR pt2 (Deprecated)/episode-source-code(redux)/public/bundle.js:13439
↓ 3 callers
Function
formatLocation
* Format call site location.
12 - SSR pt1 (Deprecated)/server.js:2276
↓ 3 callers
Function
getActiveElement
* Same as document.activeElement but wraps in a try-catch block. In IE it is * not safe to call document.activeElement if there is nothing focused.
12 - SSR pt1 (Deprecated)/server.js:15444
↓ 3 callers
Function
getActiveElement
* Same as document.activeElement but wraps in a try-catch block. In IE it is * not safe to call document.activeElement if there is nothing focused.
12 - SSR pt1 (Deprecated)/public/bundle.js:9162
↓ 3 callers
Function
getActiveElement
* Same as document.activeElement but wraps in a try-catch block. In IE it is * not safe to call document.activeElement if there is nothing focused.
13 - SSR pt2 (Deprecated)/episode-source-code(redux)/public/bundle.js:10482
↓ 3 callers
Function
getDisplayName
(element)
13 - SSR pt2 (Deprecated)/episode-source-code(redux)/public/bundle.js:969
↓ 3 callers
Function
handlePop
(location)
13 - SSR pt2 (Deprecated)/episode-source-code(redux)/public/bundle.js:25877
↓ 3 callers
Method
initialAction
()
13 - SSR pt2 (Deprecated)/episode-source-code(redux)/src/shared/news/index.js:7
↓ 3 callers
Function
insertTreeChildren
(tree)
12 - SSR pt1 (Deprecated)/server.js:4162
↓ 3 callers
Function
insertTreeChildren
(tree)
12 - SSR pt1 (Deprecated)/public/bundle.js:2869
↓ 3 callers
Function
insertTreeChildren
(tree)
13 - SSR pt2 (Deprecated)/episode-source-code(redux)/public/bundle.js:3026
↓ 3 callers
Function
instantiateReactComponent
* Given a ReactNode, create an instance that will actually be mounted. * * @param {ReactNode} node * @param {boolean} shouldHaveDebugID * @return
12 - SSR pt1 (Deprecated)/server.js:14382
↓ 3 callers
Function
instantiateReactComponent
* Given a ReactNode, create an instance that will actually be mounted. * * @param {ReactNode} node * @param {boolean} shouldHaveDebugID * @return
12 - SSR pt1 (Deprecated)/public/bundle.js:8504
↓ 3 callers
Function
instantiateReactComponent
* Given a ReactNode, create an instance that will actually be mounted. * * @param {ReactNode} node * @param {boolean} shouldHaveDebugID * @return
13 - SSR pt2 (Deprecated)/episode-source-code(redux)/public/bundle.js:9824
↓ 3 callers
Function
is
* inlined Object.is polyfill to avoid requiring consumers ship their own * https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_O
12 - SSR pt1 (Deprecated)/server.js:8459
↓ 3 callers
Function
is
* inlined Object.is polyfill to avoid requiring consumers ship their own * https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_O
12 - SSR pt1 (Deprecated)/public/bundle.js:5728
↓ 3 callers
Function
isCustomComponent
(tagName, props)
12 - SSR pt1 (Deprecated)/server.js:41324
↓ 3 callers
Function
isCustomComponent
(tagName, props)
12 - SSR pt1 (Deprecated)/public/bundle.js:15315
↓ 3 callers
Function
isCustomComponent
(tagName, props)
13 - SSR pt2 (Deprecated)/episode-source-code(redux)/public/bundle.js:17389
↓ 3 callers
Function
isInteractive
(tag)
12 - SSR pt1 (Deprecated)/server.js:3462
↓ 3 callers
Function
isInteractive
(tag)
12 - SSR pt1 (Deprecated)/public/bundle.js:3160
↓ 3 callers
Function
isInteractive
(tag)
13 - SSR pt2 (Deprecated)/episode-source-code(redux)/public/bundle.js:3317
↓ 3 callers
Function
iteratorFor
(items)
13 - SSR pt2 (Deprecated)/episode-source-code(redux)/public/bundle.js:28026
↓ 3 callers
Function
lazyProperty
* Define a lazy property.
12 - SSR pt1 (Deprecated)/server.js:10564
↓ 3 callers
Function
localstorage
* Localstorage attempts to return the localstorage. * * This is necessary because safari throws * when a user disables cookies/localstorage * and
12 - SSR pt1 (Deprecated)/server.js:16858
↓ 3 callers
Function
makeEmptyFunction
* Copyright (c) 2013-present, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the * LI
12 - SSR pt1 (Deprecated)/server.js:600
↓ 3 callers
Function
makeEmptyFunction
* Copyright (c) 2013-present, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the * LI
12 - SSR pt1 (Deprecated)/public/bundle.js:1207
↓ 3 callers
Function
makeEmptyFunction
* Copyright (c) 2013-present, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the * LI
13 - SSR pt2 (Deprecated)/episode-source-code(redux)/public/bundle.js:1224
↓ 3 callers
Function
mapIntoWithKeyPrefixInternal
(children, array, prefix, func, context)
12 - SSR pt1 (Deprecated)/server.js:35988
↓ 3 callers
Function
mapIntoWithKeyPrefixInternal
(children, array, prefix, func, context)
12 - SSR pt1 (Deprecated)/public/bundle.js:9904
↓ 3 callers
Function
mapIntoWithKeyPrefixInternal
(children, array, prefix, func, context)
13 - SSR pt2 (Deprecated)/episode-source-code(redux)/public/bundle.js:12498
↓ 3 callers
Function
match
(arg, factories, name)
13 - SSR pt2 (Deprecated)/episode-source-code(redux)/public/bundle.js:24768
↓ 3 callers
Function
normalizeList
* Normalize the index option into an array. * * @param {boolean|string|array} val * @param {string} name * @private
12 - SSR pt1 (Deprecated)/server.js:6626
↓ 3 callers
Function
onFinished
* Invoke callback when the response has finished, useful for * cleaning up resources afterwards. * * @param {object} msg * @param {function} liste
12 - SSR pt1 (Deprecated)/server.js:5331
↓ 3 callers
Function
param
(err)
12 - SSR pt1 (Deprecated)/server.js:9566
↓ 3 callers
Function
processQueue
* Processes any enqueued updates. * * @private
12 - SSR pt1 (Deprecated)/server.js:43415
↓ 3 callers
Function
processQueue
* Processes any enqueued updates. * * @private
12 - SSR pt1 (Deprecated)/public/bundle.js:17412
↓ 3 callers
Function
processQueue
* Processes any enqueued updates. * * @private
13 - SSR pt2 (Deprecated)/episode-source-code(redux)/public/bundle.js:19486
↓ 3 callers
Function
qstring
* Quote a string for HTTP. * * @param {string} val * @return {string} * @api private
12 - SSR pt1 (Deprecated)/server.js:11296
↓ 3 callers
Function
reducer
()
13 - SSR pt2 (Deprecated)/episode-source-code(redux)/public/bundle.js:12285
↓ 3 callers
Function
removeDelimitedText
(parentNode, startNode, closingComment)
12 - SSR pt1 (Deprecated)/server.js:7548
↓ 3 callers
Function
removeDelimitedText
(parentNode, startNode, closingComment)
12 - SSR pt1 (Deprecated)/public/bundle.js:5297
↓ 3 callers
Function
removeDelimitedText
(parentNode, startNode, closingComment)
13 - SSR pt2 (Deprecated)/episode-source-code(redux)/public/bundle.js:5601
↓ 3 callers
Function
replaceHashPath
(path)
13 - SSR pt2 (Deprecated)/episode-source-code(redux)/public/bundle.js:27476
↓ 3 callers
Function
selectColor
* Select a color. * @param {String} namespace * @return {Number} * @api private
12 - SSR pt1 (Deprecated)/server.js:9047
↓ 3 callers
Function
shouldUpdateReactComponent
* Given a `prevElement` and `nextElement`, determines if the existing * instance should be updated as opposed to being destroyed or replaced by a new
12 - SSR pt1 (Deprecated)/public/bundle.js:5803
↓ 3 callers
Function
shouldUpdateReactComponent
* Given a `prevElement` and `nextElement`, determines if the existing * instance should be updated as opposed to being destroyed or replaced by a new
13 - SSR pt2 (Deprecated)/episode-source-code(redux)/public/bundle.js:6107
↓ 3 callers
Function
spliceOne
(list, index)
13 - SSR pt2 (Deprecated)/episode-source-code(redux)/public/bundle.js:26087
↓ 3 callers
Function
staticHandler
(methodName)
13 - SSR pt2 (Deprecated)/episode-source-code(redux)/public/bundle.js:27120
↓ 3 callers
Function
stringify
( // eslint-disable-line func-name-matching object, prefix, generateArrayPrefix, strictNullHan
12 - SSR pt1 (Deprecated)/server.js:18216
↓ 3 callers
Method
subscribe
(callback)
5 - Context pt2 (Deprecated)/src/locales/Locale.js:17
↓ 3 callers
Function
todo
(state, action)
6 - Redux Middleware/src/reducers/todos.js:3
↓ 3 callers
Function
validateTypeDef
(Constructor, typeDef, location)
12 - SSR pt1 (Deprecated)/server.js:37757
↓ 3 callers
Function
validateTypeDef
(Constructor, typeDef, location)
12 - SSR pt1 (Deprecated)/public/bundle.js:11680
↓ 3 callers
Function
validateTypeDef
(Constructor, typeDef, location)
13 - SSR pt2 (Deprecated)/episode-source-code(redux)/public/bundle.js:13754
↓ 3 callers
Function
verify
(selector, methodName, displayName)
13 - SSR pt2 (Deprecated)/episode-source-code(redux)/public/bundle.js:25686
↓ 2 callers
Function
Layer
(path, options, fn)
12 - SSR pt1 (Deprecated)/server.js:10351
↓ 2 callers
Function
WithLocaleHOC
(WrappedComponent)
5 - Context pt2 (Deprecated)/src/components/WithLocaleHOC.js:3
↓ 2 callers
Function
_assertCheckedLink
(inputProps)
12 - SSR pt1 (Deprecated)/server.js:8235
↓ 2 callers
Function
_assertCheckedLink
(inputProps)
12 - SSR pt1 (Deprecated)/public/bundle.js:5553
↓ 2 callers
Function
_assertCheckedLink
(inputProps)
13 - SSR pt2 (Deprecated)/episode-source-code(redux)/public/bundle.js:5857
↓ 2 callers
Function
_assertSingleLink
(inputProps)
12 - SSR pt1 (Deprecated)/server.js:8227
↓ 2 callers
Function
_assertSingleLink
(inputProps)
12 - SSR pt1 (Deprecated)/public/bundle.js:5545
↓ 2 callers
Function
_assertSingleLink
(inputProps)
13 - SSR pt2 (Deprecated)/episode-source-code(redux)/public/bundle.js:5849
↓ 2 callers
Function
_assertValueLink
(inputProps)
12 - SSR pt1 (Deprecated)/server.js:8230
↓ 2 callers
Function
_assertValueLink
(inputProps)
12 - SSR pt1 (Deprecated)/public/bundle.js:5548
↓ 2 callers
Function
_assertValueLink
(inputProps)
13 - SSR pt2 (Deprecated)/episode-source-code(redux)/public/bundle.js:5852
↓ 2 callers
Function
addBasename
(basename, location)
13 - SSR pt2 (Deprecated)/episode-source-code(redux)/public/bundle.js:27092
↓ 2 callers
Function
adler32
(data)
12 - SSR pt1 (Deprecated)/server.js:47947
↓ 2 callers
Function
adler32
(data)
12 - SSR pt1 (Deprecated)/public/bundle.js:22009
↓ 2 callers
Function
adler32
(data)
13 - SSR pt2 (Deprecated)/episode-source-code(redux)/public/bundle.js:24083
↓ 2 callers
Function
assertValidProps
* @param {object} component * @param {?object} props
12 - SSR pt1 (Deprecated)/server.js:41109
↓ 2 callers
Function
assertValidProps
* @param {object} component * @param {?object} props
12 - SSR pt1 (Deprecated)/public/bundle.js:15100
↓ 2 callers
Function
assertValidProps
* @param {object} component * @param {?object} props
13 - SSR pt2 (Deprecated)/episode-source-code(redux)/public/bundle.js:17174
↓ 2 callers
Function
bindActionCreator
(actionCreator, dispatch)
13 - SSR pt2 (Deprecated)/episode-source-code(redux)/public/bundle.js:25381
↓ 2 callers
Function
bufferClone
(buf)
13 - SSR pt2 (Deprecated)/episode-source-code(redux)/public/bundle.js:28157
↓ 2 callers
Function
checkReactTypeSpec
* Assert that the values match with the type specs. * Error messages are memorized and will only be shown once. * * @param {object} typeSpecs Map o
12 - SSR pt1 (Deprecated)/server.js:36645
↓ 2 callers
Function
checkReactTypeSpec
* Assert that the values match with the type specs. * Error messages are memorized and will only be shown once. * * @param {object} typeSpecs Map o
12 - SSR pt1 (Deprecated)/public/bundle.js:10564
↓ 2 callers
Function
checkReactTypeSpec
* Assert that the values match with the type specs. * Error messages are memorized and will only be shown once. * * @param {object} typeSpecs Map o
13 - SSR pt2 (Deprecated)/episode-source-code(redux)/public/bundle.js:13158
↓ 2 callers
Function
clamp
(n, lowerBound, upperBound)
13 - SSR pt2 (Deprecated)/episode-source-code(redux)/public/bundle.js:26284
↓ 2 callers
Function
clearHistory
()
12 - SSR pt1 (Deprecated)/server.js:39699
↓ 2 callers
Function
clearHistory
()
12 - SSR pt1 (Deprecated)/public/bundle.js:13684
↓ 2 callers
Function
clearHistory
()
13 - SSR pt2 (Deprecated)/episode-source-code(redux)/public/bundle.js:15758
↓ 2 callers
Function
codeClass
* Get the code class of a status code. * @private
12 - SSR pt1 (Deprecated)/server.js:19013
↓ 2 callers
Function
collapseLeadingSlashes
* Collapse all leading slashes into a single slash * * @param {string} str * @private
12 - SSR pt1 (Deprecated)/server.js:6512
↓ 2 callers
Function
compileTrust
* Compile range subnet array into trust function. * * @param {Array} rangeSubnets * @private
12 - SSR pt1 (Deprecated)/server.js:12083
↓ 2 callers
Method
componentDidMount
()
1 - HOC (Deprecated)/src/App.js:8
↓ 2 callers
Function
compose
* Composes single-argument functions from right to left. The rightmost * function can take multiple arguments as it provides the signature for * the
13 - SSR pt2 (Deprecated)/episode-source-code(redux)/public/bundle.js:11843
↓ 2 callers
Function
configureStore
13 - SSR pt2 (Deprecated)/episode-source-code(redux)/src/shared/configureStore.js:5
↓ 2 callers
Function
constructSelectEvent
* Poll selection to see whether it's changed. * * @param {object} nativeEvent * @return {?SyntheticEvent}
12 - SSR pt1 (Deprecated)/server.js:46873
↓ 2 callers
Function
constructSelectEvent
* Poll selection to see whether it's changed. * * @param {object} nativeEvent * @return {?SyntheticEvent}
12 - SSR pt1 (Deprecated)/public/bundle.js:21004
← previous
next →
201–300 of 1,719, ranked by callers