Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bradwestfall/CSS-Tricks-React-Series
/ functions
Functions
1,477 in github.com/bradwestfall/CSS-Tricks-React-Series
⨍
Functions
1,477
◇
Types & classes
0
↓ 3 callers
Function
cacheHas
* Checks if a `cache` value for `key` exists. * * @private * @param {Object} cache The cache to query. * @param {string} key The key o
guide-2-container-components/public/js/bundle.js:26210
↓ 3 callers
Function
castFunction
* Casts `value` to `identity` if it's not a function. * * @private * @param {*} value The value to inspect. * @returns {Functi
guide-2-container-components/public/js/bundle.js:29610
↓ 3 callers
Function
cloneArrayBuffer
* Creates a clone of `arrayBuffer`. * * @private * @param {ArrayBuffer} arrayBuffer The array buffer to clone. * @returns {Arr
guide-2-container-components/public/js/bundle.js:29691
↓ 3 callers
Function
compilePattern
(pattern)
guide-1-react-router/public/js/bundle.js:22214
↓ 3 callers
Function
compilePattern
(pattern)
guide-2-container-components/public/js/bundle.js:22221
↓ 3 callers
Function
createOver
* Creates a function like `_.over`. * * @private * @param {Function} arrayFunc The function to iterate over iteratees. * @retu
guide-2-container-components/public/js/bundle.js:30448
↓ 3 callers
Function
createPath
(location)
guide-1-react-router/public/js/bundle.js:21061
↓ 3 callers
Function
createPath
(location)
guide-2-container-components/public/js/bundle.js:21068
↓ 3 callers
Function
createRound
* Creates a function like `_.round`. * * @private * @param {string} methodName The name of the `Math` method to use when rounding.
guide-2-container-components/public/js/bundle.js:30609
↓ 3 callers
Function
deepEqual
(a, b)
guide-1-react-router/public/js/bundle.js:22572
↓ 3 callers
Function
deepEqual
(a, b)
guide-2-container-components/public/js/bundle.js:22579
↓ 3 callers
Function
escapeUserProvidedKey
(text)
guide-1-react-router/public/js/bundle.js:13350
↓ 3 callers
Function
escapeUserProvidedKey
(text)
guide-2-container-components/public/js/bundle.js:13357
↓ 3 callers
Function
focusNode
* @param {DOMElement} node input/textarea to focus
guide-1-react-router/public/js/bundle.js:11872
↓ 3 callers
Function
focusNode
* @param {DOMElement} node input/textarea to focus
guide-2-container-components/public/js/bundle.js:11879
↓ 3 callers
Function
getActiveElement
()
guide-1-react-router/public/js/bundle.js:16785
↓ 3 callers
Function
getActiveElement
()
guide-2-container-components/public/js/bundle.js:16792
↓ 3 callers
Function
getIteratorFn
* Returns the iterator method function contained on the iterable object. * * Be sure to invoke the function with the iterable as context: * *
guide-1-react-router/public/js/bundle.js:13219
↓ 3 callers
Function
getIteratorFn
* Returns the iterator method function contained on the iterable object. * * Be sure to invoke the function with the iterable as context: * *
guide-2-container-components/public/js/bundle.js:13226
↓ 3 callers
Function
getMatchData
* Gets the property names, values, and compare flags of `object`. * * @private * @param {Object} object The object to query. *
guide-2-container-components/public/js/bundle.js:31146
↓ 3 callers
Function
getRouteID
(route)
guide-1-react-router/public/js/bundle.js:21869
↓ 3 callers
Function
getRouteID
(route)
guide-2-container-components/public/js/bundle.js:21876
↓ 3 callers
Function
go
(n)
guide-1-react-router/public/js/bundle.js:20385
↓ 3 callers
Function
go
(n)
guide-2-container-components/public/js/bundle.js:20392
↓ 3 callers
Function
invokeFunc
(time)
guide-2-container-components/public/js/bundle.js:35500
↓ 3 callers
Function
isAncestorIDOf
* Checks if the first ID is an ancestor of or equal to the second ID. * * @param {string} ancestorID * @param {string} descendantID * @return
guide-1-react-router/public/js/bundle.js:5237
↓ 3 callers
Function
isAncestorIDOf
* Checks if the first ID is an ancestor of or equal to the second ID. * * @param {string} ancestorID * @param {string} descendantID * @return
guide-2-container-components/public/js/bundle.js:5244
↓ 3 callers
Function
isKey
* Checks if `value` is a property name and not a property path. * * @private * @param {*} value The value to check. * @param {
guide-2-container-components/public/js/bundle.js:31495
↓ 3 callers
Function
isLaziable
* Checks if `func` has a lazy counterpart. * * @private * @param {Function} func The function to check. * @returns {boolean} R
guide-2-container-components/public/js/bundle.js:31530
↓ 3 callers
Function
isLength
* Checks if `value` is a valid array-like length. * * **Note:** This method is loosely based on * [`ToLength`](http://ecma-internati
guide-2-container-components/public/js/bundle.js:36883
↓ 3 callers
Function
isString
* Checks if `value` is classified as a `String` primitive or object. * * @static * @since 0.1.0 * @memberOf _ * @categor
guide-2-container-components/public/js/bundle.js:37305
↓ 3 callers
Function
isValidID
* Checks if the supplied string is a valid React DOM ID. * * @param {string} id A React DOM ID, maybe. * @return {boolean} True if the string is
guide-1-react-router/public/js/bundle.js:5225
↓ 3 callers
Function
isValidID
* Checks if the supplied string is a valid React DOM ID. * * @param {string} id A React DOM ID, maybe. * @return {boolean} True if the string is
guide-2-container-components/public/js/bundle.js:5232
↓ 3 callers
Function
makeEmptyFunction
(arg)
guide-1-react-router/public/js/bundle.js:1318
↓ 3 callers
Function
makeEmptyFunction
(arg)
guide-2-container-components/public/js/bundle.js:1325
↓ 3 callers
Function
map
* Creates an array of values by running each element in `collection` thru * `iteratee`. The iteratee is invoked with three arguments: * (v
guide-2-container-components/public/js/bundle.js:34725
↓ 3 callers
Function
mapIntoWithKeyPrefixInternal
(children, array, prefix, func, context)
guide-1-react-router/public/js/bundle.js:13445
↓ 3 callers
Function
mapIntoWithKeyPrefixInternal
(children, array, prefix, func, context)
guide-2-container-components/public/js/bundle.js:13452
↓ 3 callers
Function
mapToArray
* Converts `map` to its key-value pairs. * * @private * @param {Object} map The map to convert. * @returns {Array} Returns the key-val
guide-2-container-components/public/js/bundle.js:26355
↓ 3 callers
Function
negate
* Creates a function that negates the result of the predicate `func`. The * `func` predicate is invoked with the `this` binding and arguments of
guide-2-container-components/public/js/bundle.js:35753
↓ 3 callers
Function
processQueue
* Processes any enqueued updates. * * @private
guide-1-react-router/public/js/bundle.js:14179
↓ 3 callers
Function
processQueue
* Processes any enqueued updates. * * @private
guide-2-container-components/public/js/bundle.js:14186
↓ 3 callers
Function
push
(location)
guide-1-react-router/public/js/bundle.js:20371
↓ 3 callers
Function
push
(location)
guide-2-container-components/public/js/bundle.js:20378
↓ 3 callers
Function
saveState
(key, state)
guide-1-react-router/public/js/bundle.js:20772
↓ 3 callers
Function
saveState
(key, state)
guide-2-container-components/public/js/bundle.js:20779
↓ 3 callers
Function
setTextContent
(node, text)
guide-1-react-router/public/js/bundle.js:1663
↓ 3 callers
Function
setTextContent
(node, text)
guide-2-container-components/public/js/bundle.js:1670
↓ 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 ne
guide-1-react-router/public/js/bundle.js:8006
↓ 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 ne
guide-2-container-components/public/js/bundle.js:8013
↓ 3 callers
Function
startHashChangeListener
(_ref)
guide-1-react-router/public/js/bundle.js:20287
↓ 3 callers
Function
startHashChangeListener
(_ref)
guide-2-container-components/public/js/bundle.js:20294
↓ 3 callers
Function
startPopStateListener
(_ref)
guide-1-react-router/public/js/bundle.js:24757
↓ 3 callers
Function
startPopStateListener
(_ref)
guide-2-container-components/public/js/bundle.js:24764
↓ 3 callers
Function
subscribe
(parent, child, onFulfillment, onRejection)
guide-2-container-components/public/js/bundle.js:44125
↓ 3 callers
Function
updateLocation
(newLocation)
guide-1-react-router/public/js/bundle.js:20958
↓ 3 callers
Function
updateLocation
(newLocation)
guide-2-container-components/public/js/bundle.js:20965
↓ 3 callers
Function
useSetTimeout
()
guide-2-container-components/public/js/bundle.js:43869
↓ 3 callers
Function
validateTypeDef
(Constructor, typeDef, location)
guide-1-react-router/public/js/bundle.js:15516
↓ 3 callers
Function
validateTypeDef
(Constructor, typeDef, location)
guide-2-container-components/public/js/bundle.js:15523
↓ 3 callers
Function
warnUnknownProperty
(name)
guide-1-react-router/public/js/bundle.js:1778
↓ 3 callers
Function
warnUnknownProperty
(name)
guide-2-container-components/public/js/bundle.js:1785
↓ 2 callers
Function
_assertCheckedLink
(inputProps)
guide-1-react-router/public/js/bundle.js:12724
↓ 2 callers
Function
_assertCheckedLink
(inputProps)
guide-2-container-components/public/js/bundle.js:12731
↓ 2 callers
Function
_assertSingleLink
(inputProps)
guide-1-react-router/public/js/bundle.js:12716
↓ 2 callers
Function
_assertSingleLink
(inputProps)
guide-2-container-components/public/js/bundle.js:12723
↓ 2 callers
Function
_assertValueLink
(inputProps)
guide-1-react-router/public/js/bundle.js:12719
↓ 2 callers
Function
_assertValueLink
(inputProps)
guide-2-container-components/public/js/bundle.js:12726
↓ 2 callers
Function
addQueryStringValueToPath
(path, key, value)
guide-1-react-router/public/js/bundle.js:20238
↓ 2 callers
Function
addQueryStringValueToPath
(path, key, value)
guide-2-container-components/public/js/bundle.js:20245
↓ 2 callers
Function
adler32
(data)
guide-1-react-router/public/js/bundle.js:5633
↓ 2 callers
Function
adler32
(data)
guide-2-container-components/public/js/bundle.js:5640
↓ 2 callers
Function
arrayLikeKeys
* Creates an array of the enumerable property names of the array-like `value`. * * @private * @param {*} value The value to query.
guide-2-container-components/public/js/bundle.js:27560
↓ 2 callers
Function
assertValidProps
* @param {object} component * @param {?object} props
guide-1-react-router/public/js/bundle.js:11039
↓ 2 callers
Function
assertValidProps
* @param {object} component * @param {?object} props
guide-2-container-components/public/js/bundle.js:11046
↓ 2 callers
Function
baseAssign
* The base implementation of `_.assign` without support for multiple sources * or `customizer` functions. * * @private * @para
guide-2-container-components/public/js/bundle.js:27701
↓ 2 callers
Function
baseAt
* The base implementation of `_.at` without support for individual paths. * * @private * @param {Object} object The object to iterat
guide-2-container-components/public/js/bundle.js:27748
↓ 2 callers
Function
baseConformsTo
* The base implementation of `_.conformsTo` which accepts `props` to check. * * @private * @param {Object} object The object to insp
guide-2-container-components/public/js/bundle.js:27885
↓ 2 callers
Function
baseDelay
* The base implementation of `_.delay` and `_.defer` which accepts `args` * to provide to `func`. * * @private * @param {Funct
guide-2-container-components/public/js/bundle.js:27913
↓ 2 callers
Function
baseFindKey
* The base implementation of methods like `_.findKey` and `_.findLastKey`, * without support for iteratee shorthands, which iterates over `collect
guide-2-container-components/public/js/bundle.js:25952
↓ 2 callers
Function
baseGetAllKeys
* The base implementation of `getAllKeys` and `getAllKeysIn` which uses * `keysFunc` and `symbolsFunc` to get the enumerable property names and
guide-2-container-components/public/js/bundle.js:28218
↓ 2 callers
Function
baseIsNative
* The base implementation of `_.isNative` without bad shim checks. * * @private * @param {*} value The value to check. * @retu
guide-2-container-components/public/js/bundle.js:28576
↓ 2 callers
Function
baseMatches
* The base implementation of `_.matches` which doesn't clone `source`. * * @private * @param {Object} source The object of property
guide-2-container-components/public/js/bundle.js:28722
↓ 2 callers
Function
baseMatchesProperty
* The base implementation of `_.matchesProperty` which doesn't clone `srcValue`. * * @private * @param {string} path The path of the
guide-2-container-components/public/js/bundle.js:28740
↓ 2 callers
Function
baseMean
* The base implementation of `_.mean` and `_.meanBy` without support for * iteratee shorthands. * * @private * @param {Array} array Th
guide-2-container-components/public/js/bundle.js:26043
↓ 2 callers
Function
baseNth
* The base implementation of `_.nth` which doesn't coerce arguments. * * @private * @param {Array} array The array to query. *
guide-2-container-components/public/js/bundle.js:28870
↓ 2 callers
Function
baseOrderBy
* The base implementation of `_.orderBy` without param guards. * * @private * @param {Array|Object} collection The collection to ite
guide-2-container-components/public/js/bundle.js:28888
↓ 2 callers
Function
basePickBy
* The base implementation of `_.pickBy` without support for iteratee shorthands. * * @private * @param {Object} object The source o
guide-2-container-components/public/js/bundle.js:28928
↓ 2 callers
Function
basePullAt
* The base implementation of `_.pullAt` without support for individual * indexes or capturing the removed elements. * * @private
guide-2-container-components/public/js/bundle.js:29004
↓ 2 callers
Function
baseSortedUniq
* The base implementation of `_.sortedUniq` and `_.sortedUniqBy` without * support for iteratee shorthands. * * @private * @pa
guide-2-container-components/public/js/bundle.js:29347
↓ 2 callers
Function
baseToNumber
* The base implementation of `_.toNumber` which doesn't ensure correct * conversions of binary, hexadecimal, or octal string values. *
guide-2-container-components/public/js/bundle.js:29373
↓ 2 callers
Function
baseUpdate
* The base implementation of `_.update`. * * @private * @param {Object} object The object to modify. * @param {Array|string} p
guide-2-container-components/public/js/bundle.js:29492
↓ 2 callers
Function
baseWrapperValue
* The base implementation of `wrapperValue` which returns the result of * performing a sequence of actions on the unwrapped `value`, where each
guide-2-container-components/public/js/bundle.js:29529
↓ 2 callers
Function
baseZipObject
* This base implementation of `_.zipObject` which assigns values using `assignFunc`. * * @private * @param {Array} props The propert
guide-2-container-components/public/js/bundle.js:29579
↓ 2 callers
Function
charsEndIndex
* Used by `_.trim` and `_.trimEnd` to get the index of the last string symbol * that is not found in the character symbols. * * @private
guide-2-container-components/public/js/bundle.js:26240
↓ 2 callers
Function
charsStartIndex
* Used by `_.trim` and `_.trimStart` to get the index of the first string symbol * that is not found in the character symbols. * * @privat
guide-2-container-components/public/js/bundle.js:26223
↓ 2 callers
Function
checkBaseHref
()
guide-1-react-router/public/js/bundle.js:24346
↓ 2 callers
Function
checkBaseHref
()
guide-2-container-components/public/js/bundle.js:24353
↓ 2 callers
Function
checkPropTypes
* Assert that the props are valid * * @param {string} componentName Name of the component for error messages. * @param {object} propTypes Map of
guide-1-react-router/public/js/bundle.js:19483
↓ 2 callers
Function
checkPropTypes
* Assert that the props are valid * * @param {string} componentName Name of the component for error messages. * @param {object} propTypes Map of
guide-2-container-components/public/js/bundle.js:19490
← previous
next →
201–300 of 1,477, ranked by callers