MCPcopy Create free account

hub / github.com/react-boilerplate/react-boilerplate / functions

Functions155 in github.com/react-boilerplate/react-boilerplate

↓ 137 callersFunctionrender
app/app.js:49
↓ 18 callersFunctionconfigureStore
(initialState = {}, history)
app/configureStore.js:10
↓ 13 callersFunctionrenderComponent
(props = {})
app/components/Img/tests/index.test.js:8
↓ 12 callersFunctionreportErrors
* Report errors * @param {string} reason * @returns {Function}
internals/scripts/generate-templates-for-linting.js:92
↓ 11 callersFunctioncheckStore
(store)
internals/templates/utils/checkStore.js:7
↓ 11 callersFunctioncheckStore
(store)
app/utils/checkStore.js:7
↓ 11 callersFunctionconfigureStore
(initialState = {}, history)
internals/templates/configureStore.js:10
↓ 8 callersFunctiongetInjectors
(store)
internals/templates/utils/sagaInjectors.js:84
↓ 8 callersFunctiongetInjectors
(store)
app/utils/sagaInjectors.js:84
↓ 8 callersFunctionrender
internals/templates/app.js:41
↓ 8 callersFunctionreportError
* Report the the given error and exits the setup * @param {string} error
internals/scripts/setup.js:277
↓ 7 callersFunctionfeedbackToUser
* Feedback to user * @param {string} info * @returns {Function}
internals/scripts/generate-templates-for-linting.js:68
↓ 6 callersFunctionrenderComponent
(props = {})
app/containers/RepoListItem/tests/index.test.js:11
↓ 5 callersFunctionmapDispatchToProps
(dispatch)
app/containers/HomePage/index.js:120
↓ 4 callersFunctionaddCheckMark
* Adds mark check symbol
internals/scripts/helpers/checkmark.js:6
↓ 4 callersFunctionanimateProgress
* Adds an animated progress indicator * * @param {string} message The message to write next to the indicator * @param {number} [amountOfDots
internals/scripts/helpers/progress.js:9
↓ 4 callersFunctionappReducer
(state = initialState, action)
app/containers/App/reducer.js:24
↓ 4 callersFunctionchangeUsername
(username)
app/containers/HomePage/actions.js:27
↓ 4 callersFunctionejectSagaFactory
(store, isValid)
internals/templates/utils/sagaInjectors.js:64
↓ 4 callersFunctionejectSagaFactory
(store, isValid)
app/utils/sagaInjectors.js:64
↓ 4 callersFunctionformatTranslationMessages
(locale, messages)
app/i18n.js:28
↓ 4 callersFunctioninjectSagaFactory
(store, isValid)
internals/templates/utils/sagaInjectors.js:26
↓ 4 callersFunctioninjectSagaFactory
(store, isValid)
app/utils/sagaInjectors.js:26
↓ 4 callersFunctionloadRepos
()
app/containers/App/actions.js:25
↓ 4 callersFunctionrepoLoadingError
(error)
app/containers/App/actions.js:54
↓ 4 callersFunctionreposLoaded
(repos, username)
app/containers/App/actions.js:39
↓ 3 callersFunctionchangeLocale
(languageLocale)
app/containers/LanguageProvider/actions.js:9
↓ 3 callersFunctioncreateReducer
(injectedReducers = {})
internals/templates/reducers.js:14
↓ 3 callersFunctioncreateReducer
(injectedReducers = {})
app/reducers.js:15
↓ 3 callersFunctionformatTranslationMessages
(locale, messages)
internals/templates/i18n.js:24
↓ 3 callersFunctioninjectReducerFactory
(store, isValid)
internals/templates/utils/reducerInjectors.js:7
↓ 3 callersFunctioninjectReducerFactory
(store, isValid)
app/utils/reducerInjectors.js:7
↓ 3 callersFunctionloadable
(importFunc, { fallback = null } = { fallback: null })
app/utils/loadable.js:3
↓ 3 callersFunctionmakeSelectUsername
()
app/containers/HomePage/selectors.js:10
↓ 3 callersFunctionreportSuccess
* Report success * @param {string} message * @returns {Function}
internals/scripts/generate-templates-for-linting.js:80
↓ 3 callersFunctionrequest
(url, options)
app/utils/request.js:40
↓ 3 callersFunctiontask
internals/scripts/extract-intl.js:35
↓ 2 callersFunctioncallback
()
internals/scripts/analyze.js:17
↓ 2 callersFunctioncheckKey
internals/templates/utils/sagaInjectors.js:9
↓ 2 callersFunctioncheckKey
app/utils/sagaInjectors.js:9
↓ 2 callersFunctioncomponentExists
(comp)
internals/generators/utils/componentExists.js:17
↓ 2 callersFunctionhomeReducer
(state = initialState, action)
app/containers/HomePage/reducer.js:19
↓ 2 callersFunctionlanguageProviderReducer
(state = initialState, action)
app/containers/LanguageProvider/reducer.js:17
↓ 2 callersFunctionloadable
(importFunc, { fallback = null } = { fallback: null })
internals/templates/utils/loadable.js:3
↓ 2 callersFunctionmakeSelectCurrentUser
()
app/containers/App/selectors.js:12
↓ 2 callersFunctionmakeSelectError
()
app/containers/App/selectors.js:24
↓ 2 callersFunctionmakeSelectLoading
()
app/containers/App/selectors.js:18
↓ 2 callersFunctionmakeSelectLocale
()
app/containers/LanguageProvider/selectors.js:14
↓ 2 callersFunctionmakeSelectRepos
()
app/containers/App/selectors.js:30
↓ 2 callersFunctionmapDispatchToProps
(dispatch)
app/containers/LocaleToggle/index.js:44
↓ 2 callersFunctionremoveDir
* Remove a directory * @param {string} relativePath * @returns {Promise<any>}
internals/scripts/generate-templates-for-linting.js:146
↓ 2 callersMethodrender
()
internals/templates/utils/injectSaga.js:41
↓ 2 callersMethodrender
()
app/utils/injectSaga.js:41
↓ 2 callersFunctionrunLintingOnDirectory
* Run eslint on all js files in the given directory * @param {string} relativePath * @returns {Promise<string>}
internals/scripts/generate-templates-for-linting.js:103
↓ 2 callersFunctionuseInjectReducer
({ key, reducer })
app/utils/injectReducer.js:38
↓ 2 callersFunctionuseInjectSaga
({ key, saga, mode })
app/utils/injectSaga.js:49
↓ 1 callersFunctionaddToGitRepository
* Add all files to the new repository * @returns {Promise<any>}
internals/scripts/setup.js:245
↓ 1 callersFunctionaddXMark
* Adds mark cross symbol
internals/scripts/helpers/xmark.js:6
↓ 1 callersFunctionaskUserIfWeShouldRemoveRepo
* Ask user if he wants to start with a new repository * @returns {Promise<boolean>}
internals/scripts/setup.js:95
↓ 1 callersFunctioncheckDescriptor
internals/templates/utils/sagaInjectors.js:15
↓ 1 callersFunctioncheckDescriptor
app/utils/sagaInjectors.js:15
↓ 1 callersFunctioncheckIfRepositoryIsAClone
* Checks if this is a clone from our repo * @returns {Promise<any>}
internals/scripts/setup.js:57
↓ 1 callersFunctioncheckNodeVersion
* Check Node.js version * @param {!number} minimalNodeVersion * @returns {Promise<any>}
internals/scripts/setup.js:155
↓ 1 callersFunctioncheckNpmVersion
* Check NPM version * @param {!number} minimalNpmVersion * @returns {Promise<any>}
internals/scripts/setup.js:179
↓ 1 callersFunctioncleanCurrentRepository
* Checks if we are under Git version control. * If we are and this a clone of our repository the user is given a choice to * either keep it or start
internals/scripts/setup.js:120
↓ 1 callersFunctioncommitToGitRepository
* Initial Git commit * @returns {Promise<any>}
internals/scripts/setup.js:261
↓ 1 callersFunctioncreateWebpackMiddleware
(compiler, publicPath)
server/middlewares/addDevMiddlewares.js:6
↓ 1 callersFunctiondeleteFileInCurrentDir
* Deletes a file in the current directory * @param {string} file * @returns {Promise<any>}
internals/scripts/setup.js:27
↓ 1 callersFunctionendProcess
* End the setup process
internals/scripts/setup.js:290
↓ 1 callersFunctionextractFromFile
internals/scripts/extract-intl.js:93
↓ 1 callersFunctiongenerateComponent
* Test the component generator and rollback when successful * @param {string} name - Component name * @param {string} type - Plop Action type * @re
internals/scripts/generate-templates-for-linting.js:206
↓ 1 callersFunctiongenerateComponents
* Generate components * @param {array} components * @returns {Promise<[string]>}
internals/scripts/generate-templates-for-linting.js:272
↓ 1 callersFunctiongenerateContainer
* Test the container generator and rollback when successful * @param {string} name - Container name * @param {string} type - Plop Action type * @re
internals/scripts/generate-templates-for-linting.js:238
↓ 1 callersFunctiongenerateLanguage
* Test the language generator and rollback when successful * @param {string} language * @returns {Promise<*>}
internals/scripts/generate-templates-for-linting.js:295
↓ 1 callersFunctiongetRepos
()
app/containers/HomePage/saga.js:15
↓ 1 callersFunctiongithubData
()
app/containers/HomePage/saga.js:32
↓ 1 callersFunctionglob
internals/scripts/extract-intl.js:49
↓ 1 callersFunctionhasGitRepository
* Checks if we are under Git version control * @returns {Promise<boolean>}
internals/scripts/setup.js:38
↓ 1 callersFunctioninitGitRepository
* Initialize a new Git repository * @returns {Promise<any>}
internals/scripts/setup.js:229
↓ 1 callersFunctioninstallPackages
* Install all packages * @returns {Promise<any>}
internals/scripts/setup.js:202
↓ 1 callersFunctionlanguageIsSupported
(language)
internals/generators/language/index.js:7
↓ 1 callersFunctionmakeSelectLocale
()
internals/templates/containers/LanguageProvider/selectors.js:13
↓ 1 callersFunctionmakeSelectLocation
()
internals/templates/containers/App/selectors.js:5
↓ 1 callersFunctionmakeSelectLocation
()
app/containers/App/selectors.js:36
↓ 1 callersFunctionnewLine
()
internals/scripts/extract-intl.js:31
↓ 1 callersFunctionprettyStringify
* Return a prettified string * @param {*} data * @returns {string}
internals/scripts/generate-templates-for-linting.js:43
↓ 1 callersFunctionreadFile
internals/scripts/extract-intl.js:57
↓ 1 callersFunctionremoveFile
* Remove a given file * @param {string} filePath * @returns {Promise<any>}
internals/scripts/generate-templates-for-linting.js:164
↓ 1 callersFunctionremoveGitRepository
* Remove the current Git repository * @returns {Promise<any>}
internals/scripts/setup.js:80
↓ 1 callersFunctionrestoreModifiedFile
* Overwrite file from copy * @param {string} filePath * @param {string} [backupFileExtension=BACKUPFILE_EXTENSION] * @returns {Promise<*>}
internals/scripts/generate-templates-for-linting.js:183
↓ 1 callersFunctionrunLintingOnFile
* Run eslint on the given file * @param {string} filePath * @returns {Promise<string>}
internals/scripts/generate-templates-for-linting.js:123
↓ 1 callersFunctionselectGlobal
app/containers/App/selectors.js:8
↓ 1 callersFunctionselectHome
app/containers/HomePage/selectors.js:8
↓ 1 callersFunctionselectLanguage
app/containers/LanguageProvider/selectors.js:8
↓ 1 callersFunctionuseInjectReducer
({ key, reducer })
internals/templates/utils/injectReducer.js:38
↓ 1 callersFunctionuseInjectSaga
({ key, saga, mode })
internals/templates/utils/injectSaga.js:49
FunctionApp
()
internals/templates/containers/App/index.js:18
FunctionApp
()
app/containers/App/index.js:31
FunctionButton
(props)
app/components/Button/index.js:16
FunctionCircle
app/components/LoadingIndicator/Circle.js:17
next →1–100 of 155, ranked by callers