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
↓ 2 callers
Function
cloneBuffer
* Creates a clone of `buffer`. * * @private * @param {Buffer} buffer The buffer to clone. * @param {boolean} [isDeep] Specify
guide-2-container-components/public/js/bundle.js:29673
↓ 2 callers
Function
cloneTypedArray
* Creates a clone of `typedArray`. * * @private * @param {Object} typedArray The typed array to clone. * @param {boolean} [isD
guide-2-container-components/public/js/bundle.js:29770
↓ 2 callers
Function
composeArgs
* Creates an array that is the composition of partially applied arguments, * placeholders, and provided arguments into a single array of argumen
guide-2-container-components/public/js/bundle.js:29865
↓ 2 callers
Function
composeArgsRight
* This function is like `composeArgs` except that the arguments composition * is tailored for `_.partialRight`. * * @private *
guide-2-container-components/public/js/bundle.js:29900
↓ 2 callers
Function
constant
* Creates a function that returns `value`. * * @static * @memberOf _ * @since 2.4.0 * @category Util * @param {*}
guide-2-container-components/public/js/bundle.js:40521
↓ 2 callers
Function
constructSelectEvent
* Poll selection to see whether it's changed. * * @param {object} nativeEvent * @return {?SyntheticEvent}
guide-1-react-router/public/js/bundle.js:16890
↓ 2 callers
Function
constructSelectEvent
* Poll selection to see whether it's changed. * * @param {object} nativeEvent * @return {?SyntheticEvent}
guide-2-container-components/public/js/bundle.js:16897
↓ 2 callers
Function
containsNode
* Checks if a given DOM node contains or is another DOM node. * * @param {?DOMNode} outerNode Outer DOM node. * @param {?DOMNode} innerNode Inne
guide-1-react-router/public/js/bundle.js:6956
↓ 2 callers
Function
containsNode
* Checks if a given DOM node contains or is another DOM node. * * @param {?DOMNode} outerNode Outer DOM node. * @param {?DOMNode} innerNode Inne
guide-2-container-components/public/js/bundle.js:6963
↓ 2 callers
Function
createArrayFromMixed
* Ensure that the argument is an array by wrapping it in an array if it is not. * Creates a copy of the argument if it is already an array. * *
guide-1-react-router/public/js/bundle.js:1069
↓ 2 callers
Function
createArrayFromMixed
* Ensure that the argument is an array by wrapping it in an array if it is not. * Creates a copy of the argument if it is already an array. * *
guide-2-container-components/public/js/bundle.js:1076
↓ 2 callers
Function
createBaseEach
* Creates a `baseEach` or `baseEachRight` function. * * @private * @param {Function} eachFunc The function to iterate over a collect
guide-2-container-components/public/js/bundle.js:30063
↓ 2 callers
Function
createBaseFor
* Creates a base function for methods like `_.forIn` and `_.forOwn`. * * @private * @param {boolean} [fromRight] Specify iterating f
guide-2-container-components/public/js/bundle.js:30091
↓ 2 callers
Function
createCaseFirst
* Creates a function like `_.lowerFirst`. * * @private * @param {string} methodName The name of the `String` case method to use.
guide-2-container-components/public/js/bundle.js:30136
↓ 2 callers
Function
createFind
* Creates a `_.find` or `_.findLast` function. * * @private * @param {Function} findIndexFunc The function to find the collection in
guide-2-container-components/public/js/bundle.js:30246
↓ 2 callers
Function
createFlow
* Creates a `_.flow` or `_.flowRight` function. * * @private * @param {boolean} [fromRight] Specify iterating from right to left.
guide-2-container-components/public/js/bundle.js:30266
↓ 2 callers
Function
createHistory
()
guide-1-react-router/public/js/bundle.js:20921
↓ 2 callers
Function
createHistory
()
guide-2-container-components/public/js/bundle.js:20928
↓ 2 callers
Function
createInverter
* Creates a function like `_.invertBy`. * * @private * @param {Function} setter The function to set accumulator values. * @par
guide-2-container-components/public/js/bundle.js:30401
↓ 2 callers
Function
createLocation
(location, action)
guide-1-react-router/public/js/bundle.js:21081
↓ 2 callers
Function
createLocation
(location, action)
guide-2-container-components/public/js/bundle.js:21088
↓ 2 callers
Function
createLocationDescriptor
(to, _ref)
guide-1-react-router/public/js/bundle.js:23455
↓ 2 callers
Function
createLocationDescriptor
(to, _ref)
guide-2-container-components/public/js/bundle.js:23462
↓ 2 callers
Function
createMergedResultFunction
* Creates a function that invokes two functions and merges their return values. * * @param {function} one Function to invoke first. * @param {fu
guide-1-react-router/public/js/bundle.js:15667
↓ 2 callers
Function
createMergedResultFunction
* Creates a function that invokes two functions and merges their return values. * * @param {function} one Function to invoke first. * @param {fu
guide-2-container-components/public/js/bundle.js:15674
↓ 2 callers
Function
createNodesFromMarkup
* Creates an array containing the nodes rendered from the supplied markup. The * optionally supplied `handleScript` function will be invoked once fo
guide-1-react-router/public/js/bundle.js:958
↓ 2 callers
Function
createNodesFromMarkup
* Creates an array containing the nodes rendered from the supplied markup. The * optionally supplied `handleScript` function will be invoked once fo
guide-2-container-components/public/js/bundle.js:965
↓ 2 callers
Function
createRange
* Creates a `_.range` or `_.rangeRight` function. * * @private * @param {boolean} [fromRight] Specify iterating from right to left.
guide-2-container-components/public/js/bundle.js:30524
↓ 2 callers
Function
createRecurry
* Creates a function that wraps `func` to continue currying. * * @private * @param {Function} func The function to wrap. * @pa
guide-2-container-components/public/js/bundle.js:30576
↓ 2 callers
Function
createRoutesFromReactChildren
* Creates and returns a routes object from the given ReactChildren. JSX * provides a convenient way to visualize how routes in the hierarchy are *
guide-1-react-router/public/js/bundle.js:23028
↓ 2 callers
Function
createRoutesFromReactChildren
* Creates and returns a routes object from the given ReactChildren. JSX * provides a convenient way to visualize how routes in the hierarchy are *
guide-2-container-components/public/js/bundle.js:23035
↓ 2 callers
Function
createToPairs
* Creates a `_.toPairs` or `_.toPairsIn` function. * * @private * @param {Function} keysFunc The function to get the keys of a given
guide-2-container-components/public/js/bundle.js:30645
↓ 2 callers
Function
dangerousStyleValue
* Convert a value into the proper css writable value. The style name `name` * should be logical (no hyphens), as specified * in `CSSProperty.isUni
guide-1-react-router/public/js/bundle.js:12321
↓ 2 callers
Function
dangerousStyleValue
* Convert a value into the proper css writable value. The style name `name` * should be logical (no hyphens), as specified * in `CSSProperty.isUni
guide-2-container-components/public/js/bundle.js:12328
↓ 2 callers
Function
encode
(val)
guide-2-container-components/public/js/bundle.js:43018
↓ 2 callers
Function
enqueuePutListener
(id, registrationName, listener, transaction)
guide-1-react-router/public/js/bundle.js:11060
↓ 2 callers
Function
enqueuePutListener
(id, registrationName, listener, transaction)
guide-2-container-components/public/js/bundle.js:11067
↓ 2 callers
Function
ensureInjected
()
guide-1-react-router/public/js/bundle.js:6243
↓ 2 callers
Function
ensureInjected
()
guide-2-container-components/public/js/bundle.js:6250
↓ 2 callers
Function
ensureSlash
()
guide-1-react-router/public/js/bundle.js:20228
↓ 2 callers
Function
ensureSlash
()
guide-2-container-components/public/js/bundle.js:20235
↓ 2 callers
Function
equalArrays
* A specialized version of `baseIsEqualDeep` for arrays with support for * partial deep comparisons. * * @private * @param {Ar
guide-2-container-components/public/js/bundle.js:30808
↓ 2 callers
Function
escapeSource
(string)
guide-1-react-router/public/js/bundle.js:22161
↓ 2 callers
Function
escapeSource
(string)
guide-2-container-components/public/js/bundle.js:22168
↓ 2 callers
Function
executeDispatch
* Dispatch the event to the listener. * @param {SyntheticEvent} event SyntheticEvent to handle * @param {boolean} simulated If the event is simula
guide-1-react-router/public/js/bundle.js:4300
↓ 2 callers
Function
executeDispatch
* Dispatch the event to the listener. * @param {SyntheticEvent} event SyntheticEvent to handle * @param {boolean} simulated If the event is simula
guide-2-container-components/public/js/bundle.js:4307
↓ 2 callers
Function
executeDispatchesAndRelease
(event, simulated)
guide-1-react-router/public/js/bundle.js:3757
↓ 2 callers
Function
executeDispatchesAndRelease
(event, simulated)
guide-2-container-components/public/js/bundle.js:3764
↓ 2 callers
Function
findDOMNode
* Returns the DOM node rendered by this element. * * @param {ReactComponent|DOMElement} componentOrElement * @return {?DOMElement} The root node
guide-1-react-router/public/js/bundle.js:10747
↓ 2 callers
Function
findDOMNode
* Returns the DOM node rendered by this element. * * @param {ReactComponent|DOMElement} componentOrElement * @return {?DOMElement} The root node
guide-2-container-components/public/js/bundle.js:10754
↓ 2 callers
Function
findInvalidAncestorForTag
(tag, ancestorInfo)
guide-1-react-router/public/js/bundle.js:8381
↓ 2 callers
Function
findInvalidAncestorForTag
(tag, ancestorInfo)
guide-2-container-components/public/js/bundle.js:8388
↓ 2 callers
Function
findOwnerStack
(instance)
guide-1-react-router/public/js/bundle.js:8454
↓ 2 callers
Function
findOwnerStack
(instance)
guide-2-container-components/public/js/bundle.js:8461
↓ 2 callers
Function
finishMatch
(nextState, callback)
guide-1-react-router/public/js/bundle.js:21836
↓ 2 callers
Function
finishMatch
(nextState, callback)
guide-2-container-components/public/js/bundle.js:21843
↓ 2 callers
Function
flattenChildren
* Flattens children that are typically specified as `props.children`. Any null * children will not be included in the resulting object. * @return
guide-1-react-router/public/js/bundle.js:14690
↓ 2 callers
Function
flattenChildren
* Flattens children that are typically specified as `props.children`. Any null * children will not be included in the resulting object. * @return
guide-2-container-components/public/js/bundle.js:14697
↓ 2 callers
Function
friendlyStringify
(obj)
guide-1-react-router/public/js/bundle.js:10983
↓ 2 callers
Function
friendlyStringify
(obj)
guide-2-container-components/public/js/bundle.js:10990
↓ 2 callers
Function
get
* Gets the value at `path` of `object`. If the resolved value is * `undefined`, the `defaultValue` is returned in its place. * * @st
guide-2-container-components/public/js/bundle.js:38270
↓ 2 callers
Function
getAllKeys
* Creates an array of own enumerable property names and symbols of `object`. * * @private * @param {Object} object The object to que
guide-2-container-components/public/js/bundle.js:31046
↓ 2 callers
Function
getAllKeysIn
* Creates an array of own and inherited enumerable property names and * symbols of `object`. * * @private * @param {Object} ob
guide-2-container-components/public/js/bundle.js:31058
↓ 2 callers
Function
getDataFromCustomEvent
* Google Input Tools provides composition data via a CustomEvent, * with the `data` property populated in the `detail` object. If this * is availa
guide-1-react-router/public/js/bundle.js:8824
↓ 2 callers
Function
getDataFromCustomEvent
* Google Input Tools provides composition data via a CustomEvent, * with the `data` property populated in the `detail` object. If this * is availa
guide-2-container-components/public/js/bundle.js:8831
↓ 2 callers
Function
getLeafNode
* Given any node return the first leaf node without children. * * @param {DOMElement|DOMTextNode} node * @return {DOMElement|DOMTextNode}
guide-1-react-router/public/js/bundle.js:16703
↓ 2 callers
Function
getLeafNode
* Given any node return the first leaf node without children. * * @param {DOMElement|DOMTextNode} node * @return {DOMElement|DOMTextNode}
guide-2-container-components/public/js/bundle.js:16710
↓ 2 callers
Function
getMarkupWrap
* Gets the markup wrap configuration for the supplied `nodeName`. * * NOTE: This lazily detects which wraps are necessary for the current browser.
guide-1-react-router/public/js/bundle.js:1282
↓ 2 callers
Function
getMarkupWrap
* Gets the markup wrap configuration for the supplied `nodeName`. * * NOTE: This lazily detects which wraps are necessary for the current browser.
guide-2-container-components/public/js/bundle.js:1289
↓ 2 callers
Function
getNodeForCharacterOffset
* Get object describing the nodes which contain characters at offset. * * @param {DOMElement|DOMTextNode} root * @param {number} offset * @ret
guide-1-react-router/public/js/bundle.js:16733
↓ 2 callers
Function
getNodeForCharacterOffset
* Get object describing the nodes which contain characters at offset. * * @param {DOMElement|DOMTextNode} root * @param {number} offset * @ret
guide-2-container-components/public/js/bundle.js:16740
↓ 2 callers
Function
getNodeName
* Extracts the `nodeName` from a string of markup. * * NOTE: Extracting the `nodeName` does not require a regular expression match * because we
guide-1-react-router/public/js/bundle.js:748
↓ 2 callers
Function
getNodeName
* Extracts the `nodeName` from a string of markup. * * NOTE: Extracting the `nodeName` does not require a regular expression match * because we
guide-2-container-components/public/js/bundle.js:755
↓ 2 callers
Function
getRouteHooksForRoutes
(routes)
guide-1-react-router/public/js/bundle.js:21877
↓ 2 callers
Function
getRouteHooksForRoutes
(routes)
guide-2-container-components/public/js/bundle.js:21884
↓ 2 callers
Function
getTextContentAccessor
* Gets the key used to access text content on a DOM node. * * @return {?string} Key used to access text content. * @internal
guide-1-react-router/public/js/bundle.js:9331
↓ 2 callers
Function
getTextContentAccessor
* Gets the key used to access text content on a DOM node. * * @return {?string} Key used to access text content. * @internal
guide-2-container-components/public/js/bundle.js:9338
↓ 2 callers
Function
getThen
(promise)
guide-2-container-components/public/js/bundle.js:44007
↓ 2 callers
Function
getUsersSuccess
(users)
guide-3-redux/app/actions/user-actions.js:3
↓ 2 callers
Function
getWidgetsSuccess
(widgets)
guide-3-redux/app/actions/widget-actions.js:3
↓ 2 callers
Function
handleMaybeThenable
(promise, maybeThenable, then$$1)
guide-2-container-components/public/js/bundle.js:44067
↓ 2 callers
Function
hasAnyProperties
(object)
guide-1-react-router/public/js/bundle.js:21785
↓ 2 callers
Function
hasAnyProperties
(object)
guide-2-container-components/public/js/bundle.js:21792
↓ 2 callers
Function
hasIn
* Checks if `path` is a direct or inherited property of `object`. * * @static * @memberOf _ * @since 4.0.0 * @category O
guide-2-container-components/public/js/bundle.js:38332
↓ 2 callers
Function
hasNonRootReactChild
* True if the supplied DOM node has a direct React-rendered child that is * not a React root element. Useful for warning in `render`, * `unmountCo
guide-1-react-router/public/js/bundle.js:2752
↓ 2 callers
Function
hasNonRootReactChild
* True if the supplied DOM node has a direct React-rendered child that is * not a React root element. Useful for warning in `render`, * `unmountCo
guide-2-container-components/public/js/bundle.js:2759
↓ 2 callers
Function
hasPath
* Checks if `path` exists on `object`. * * @private * @param {Object} object The object to query. * @param {Array|string} path
guide-2-container-components/public/js/bundle.js:31314
↓ 2 callers
Function
initCloneObject
* Initializes an object clone. * * @private * @param {Object} object The object to clone. * @returns {Object} Returns the init
guide-2-container-components/public/js/bundle.js:31362
↓ 2 callers
Function
insertChildAt
* Inserts `childNode` as a child of `parentNode` at the `index`. * * @param {DOMElement} parentNode Parent node in which to insert. * @param {DO
guide-1-react-router/public/js/bundle.js:608
↓ 2 callers
Function
insertChildAt
* Inserts `childNode` as a child of `parentNode` at the `index`. * * @param {DOMElement} parentNode Parent node in which to insert. * @param {DO
guide-2-container-components/public/js/bundle.js:615
↓ 2 callers
Function
interceptor
(object)
guide-2-container-components/public/js/bundle.js:33991
↓ 2 callers
Function
invokeCallback
(settled, promise, callback, detail)
guide-2-container-components/public/js/bundle.js:44181
↓ 2 callers
Function
isAttributeNameSafe
(attributeName)
guide-1-react-router/public/js/bundle.js:1749
↓ 2 callers
Function
isAttributeNameSafe
(attributeName)
guide-2-container-components/public/js/bundle.js:1756
↓ 2 callers
Function
isBuffer
(x)
guide-1-react-router/public/js/bundle.js:21202
↓ 2 callers
Function
isCollapsed
* While `isCollapsed` is available on the Selection object and `collapsed` * is available on the Range object, IE11 sometimes gets them wrong. * I
guide-1-react-router/public/js/bundle.js:16490
↓ 2 callers
Function
isCollapsed
* While `isCollapsed` is available on the Selection object and `collapsed` * is available on the Range object, IE11 sometimes gets them wrong. * I
guide-2-container-components/public/js/bundle.js:16497
↓ 2 callers
Function
isCustomComponent
(tagName, props)
guide-1-react-router/public/js/bundle.js:11210
↓ 2 callers
Function
isCustomComponent
(tagName, props)
guide-2-container-components/public/js/bundle.js:11217
↓ 2 callers
Function
isError
* Checks if `value` is an `Error`, `EvalError`, `RangeError`, `ReferenceError`, * `SyntaxError`, `TypeError`, or `URIError` object. *
guide-2-container-components/public/js/bundle.js:36761
← previous
next →
301–400 of 1,477, ranked by callers