MCPcopy Create free account

hub / github.com/ReactTraining/classic-react-workshop / functions

Functions645 in github.com/ReactTraining/classic-react-workshop

FunctionTabs
({ data })
subjects/04-Testing/components/Tabs.js:23
FunctionTempCtor
()
subjects/04-Testing/mocha-browser.js:12073
FunctionTest
* Initialize a new `Test` with the given `title` and callback `fn`. * * @class * @extends Runnable * @param {String} title * @param {Function} fn
subjects/04-Testing/mocha-browser.js:6080
FunctionTextInput
({ name, placeholder })
subjects/11-Context/solution.js:43
FunctionTextInput
({ name, placeholder })
subjects/11-Context/exercise.js:29
FunctionTransform
(options)
subjects/04-Testing/mocha-browser.js:13907
FunctionWritable
(options)
subjects/04-Testing/mocha-browser.js:14271
FunctionWritableState
(options, stream)
subjects/04-Testing/mocha-browser.js:14121
FunctionWriteReq
(chunk, encoding, cb)
subjects/04-Testing/mocha-browser.js:14057
FunctionXUnit
* Initialize a new `XUnit` reporter. * * @public * @class * @memberof Mocha.reporters * @extends Mocha.reporters.Base * @api public * @param {R
subjects/04-Testing/mocha-browser.js:4012
FunctionaddItem
(e)
subjects/14-Transitions/lecture.js:13
FunctionafterTransform
(er, data)
subjects/04-Testing/mocha-browser.js:13882
FunctionalwaysFalse
()
subjects/04-Testing/mocha-browser.js:5238
FunctionapplyPatches
(uniDiff, options)
subjects/04-Testing/mocha-browser.js:10189
FunctionarrayEqual
(a, b)
subjects/04-Testing/mocha-browser.js:10992
Functionbase64End
(buf)
subjects/04-Testing/mocha-browser.js:15362
Functionbase64Text
(buf, i)
subjects/04-Testing/mocha-browser.js:15348
FunctioncallFinal
(stream, state)
subjects/04-Testing/mocha-browser.js:14621
FunctionchangeTone
(event)
subjects/05-Imperative-to-Declarative/lecture.js:28
FunctioncleanSuiteReferences
* Cleans up the references to all the deferred functions * (before/after/beforeEach/afterEach) and tests of a Suite. * These must be deleted otherwi
subjects/04-Testing/mocha-browser.js:5417
FunctioncleanUp
(line)
subjects/04-Testing/mocha-browser.js:2221
FunctioncleanUpNextTick
()
subjects/04-Testing/mocha-browser.js:12509
FunctioncloseModal
()
subjects/05-Imperative-to-Declarative/solution.js:50
FunctioncloseModal
()
subjects/05-Imperative-to-Declarative/exercise.js:43
Functioncoerce
* Coerce `val`. * * @param {Mixed} val * @return {Mixed} * @api private
subjects/04-Testing/mocha-browser.js:9242
FunctioncomponentDidMount
()
subjects/13-Server-Rendering/exercise/App.js:11
FunctioncomponentDidMount
()
subjects/08-Render-Props/lecture.js:22
FunctioncomponentDidMount
()
subjects/08-Render-Props/exercise.js:37
FunctioncomponentDidMount
()
subjects/09-Render-Optimizations/solution-class-extra.js:45
FunctioncomponentDidMount
()
subjects/09-Render-Optimizations/solution-class.js:35
FunctioncomponentDidMount
()
subjects/16-Redux/solution/components/ContactList.js:11
FunctioncomponentDidMount
()
subjects/16-Redux/exercise/components/ContactList.js:16
MethodcomponentDidMount
()
subjects/05-Imperative-to-Declarative/solution-class.js:27
MethodcomponentDidMount
()
subjects/08-Render-Props/LoadingDots.js:14
MethodcomponentDidMount
()
subjects/08-Render-Props/solution.js:41
MethodcomponentDidMount
()
subjects/08-Render-Props/solution.js:85
MethodcomponentDidMount
()
subjects/18-Mini-Router/solution/mini-router.js:29
MethodcomponentDidMount
()
subjects/07-Higher-Order-Components/lecture.js:15
MethodcomponentDidMount
()
subjects/19-Mini-Redux/solution/mini-redux/Provider.js:10
MethodcomponentDidMount
()
subjects/15-Motion/components/Draggable.js:17
MethodcomponentDidMount
()
subjects/15-Motion/components/Tone.js:12
FunctioncomponentDidUpdate
()
subjects/10-Compound-Components/solution-class-extra.js:84
MethodcomponentDidUpdate
(prevProps)
subjects/05-Imperative-to-Declarative/solution-class.js:31
MethodcomponentDidUpdate
(prevProps)
subjects/08-Render-Props/solution.js:89
MethodcomponentDidUpdate
(prevProps)
subjects/07-Higher-Order-Components/solution-extra.js:40
MethodcomponentDidUpdate
()
subjects/15-Motion/components/Tone.js:17
FunctioncomponentWillEnter
(cb)
subjects/14-Transitions/components/HeightFader.js:24
FunctioncomponentWillLeave
(cb)
subjects/14-Transitions/components/HeightFader.js:37
FunctioncomponentWillMount
()
subjects/09-Render-Optimizations/solution-class-extra.js:39
FunctioncomponentWillReceiveProps
(nextProps)
subjects/14-Transitions/solution.js:40
FunctioncomponentWillUnmount
()
subjects/08-Render-Props/lecture.js:27
FunctioncomponentWillUnmount
()
subjects/08-Render-Props/exercise.js:53
FunctioncomponentWillUnmount
()
subjects/09-Render-Optimizations/solution-class-extra.js:58
MethodcomponentWillUnmount
()
subjects/08-Render-Props/LoadingDots.js:20
MethodcomponentWillUnmount
()
subjects/08-Render-Props/solution.js:57
MethodcomponentWillUnmount
()
subjects/07-Higher-Order-Components/lecture.js:19
MethodcomponentWillUnmount
()
subjects/19-Mini-Redux/solution/mini-redux/Provider.js:18
MethodcomponentWillUnmount
()
subjects/15-Motion/components/Draggable.js:23
Functioncontacts
(state = [], action)
subjects/16-Redux/solution/reducers.js:9
Functioncontacts
(state = [], action)
subjects/16-Redux/exercise/reducers.js:3
FunctioncontactsBeingDeleted
(state = {}, action)
subjects/16-Redux/solution/reducers.js:21
FunctioncontactsWithErrors
(state = {}, action)
subjects/16-Redux/solution/reducers.js:35
FunctionconvertChangesToDMP
(changes)
subjects/04-Testing/mocha-browser.js:11025
FunctionconvertChangesToXML
(changes)
subjects/04-Testing/mocha-browser.js:11054
FunctionconvertNumberToEnglish
(n)
subjects/09-Render-Optimizations/utils/convertNumberToEnglish.js:70
FunctioncreateContact
(contact)
subjects/16-Redux/solution/components/ContactList.js:15
FunctioncreateContact
(contact)
subjects/16-Redux/exercise/components/ContactList.js:20
FunctioncreateDebug
* Create a debugger with the given `namespace`. * * @param {String} namespace * @return {Function} * @api public
subjects/04-Testing/mocha-browser.js:9082
FunctioncreatePatch
(fileName, oldStr, newStr, oldHeader, newHeader, options)
subjects/04-Testing/mocha-browser.js:10977
FunctioncreateStore
(reducer)
subjects/19-Mini-Redux/exercise/mini-redux/createStore.js:1
FunctiondecEscape
(codePoint)
subjects/04-Testing/mocha-browser.js:11756
Functiondecode
(html, options)
subjects/04-Testing/mocha-browser.js:11852
FunctiondefaultClearTimeout
()
subjects/04-Testing/mocha-browser.js:12429
FunctiondefaultSetTimout
()
subjects/04-Testing/mocha-browser.js:12426
FunctiondeleteContact
(contact)
subjects/16-Redux/solution/components/ContactList.js:19
FunctiondeleteContactById
(contactId, cb)
subjects/16-Redux/exercise/utils/api.js:11
Functiondeprecate
* Mark that a method should not be used. * Returns a modified function which warns once by default. * * If `localStorage.noDeprecation = true` is s
subjects/04-Testing/mocha-browser.js:15403
Functiondeprecated
()
subjects/04-Testing/mocha-browser.js:15409
Functiondestroy
()
subjects/04-Testing/mocha-browser.js:9154
FunctiondiffArrays
(oldArr, newArr, callback)
subjects/04-Testing/mocha-browser.js:10029
FunctiondiffChars
(oldStr, newStr, options)
subjects/04-Testing/mocha-browser.js:9675
FunctiondiffCss
(oldStr, newStr, callback)
subjects/04-Testing/mocha-browser.js:9885
FunctiondiffJson
(oldObj, newObj, options)
subjects/04-Testing/mocha-browser.js:9938
FunctiondiffLines
(oldStr, newStr, callback)
subjects/04-Testing/mocha-browser.js:9827
FunctiondiffSentences
(oldStr, newStr, callback)
subjects/04-Testing/mocha-browser.js:9858
FunctiondiffTrimmedLines
(oldStr, newStr, callback)
subjects/04-Testing/mocha-browser.js:9830
FunctiondiffWords
(oldStr, newStr, options)
subjects/04-Testing/mocha-browser.js:9746
FunctiondiffWordsWithSpace
(oldStr, newStr, options)
subjects/04-Testing/mocha-browser.js:9751
Functiondisable
* Disable debug output. * * @api public
subjects/04-Testing/mocha-browser.js:9204
Functiondispatch
subjects/19-Mini-Redux/exercise/mini-redux/createStore.js:7
Functiondispose
()
subjects/07-Higher-Order-Components/utils/createMediaListener.js:47
FunctionemitErrorNT
(self, err)
subjects/04-Testing/mocha-browser.js:14857
FunctionemitMessages
(snapshot)
subjects/17-Chat-App/utils.js:39
Functionenable
* Enables a debug mode by namespaces. This can include modes * separated by a colon and wildcards. * * @param {String} namespaces * @api public
subjects/04-Testing/mocha-browser.js:9172
Functionenabled
* Returns true if the given mode name is enabled, false otherwise. * * @param {String} name * @return {Boolean} * @api public
subjects/04-Testing/mocha-browser.js:9216
Functionencode
(string, options)
subjects/04-Testing/mocha-browser.js:11766
FunctionendReadableNT
(state, stream)
subjects/04-Testing/mocha-browser.js:13789
FunctionformatArgs
* Colorize log arguments if enabled. * * @api public
subjects/04-Testing/mocha-browser.js:8910
FunctionfromByteArray
(uint8)
subjects/04-Testing/mocha-browser.js:6904
FunctionfunctionBindPolyfill
(context)
subjects/04-Testing/mocha-browser.js:11618
← previousnext →401–500 of 645, ranked by callers