Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/react-boilerplate/react-boilerplate
/ functions
Functions
155 in github.com/react-boilerplate/react-boilerplate
⨍
Functions
155
◇
Types & classes
8
↓ 137 callers
Function
render
app/app.js:49
↓ 18 callers
Function
configureStore
(initialState = {}, history)
app/configureStore.js:10
↓ 13 callers
Function
renderComponent
(props = {})
app/components/Img/tests/index.test.js:8
↓ 12 callers
Function
reportErrors
* Report errors * @param {string} reason * @returns {Function}
internals/scripts/generate-templates-for-linting.js:92
↓ 11 callers
Function
checkStore
(store)
internals/templates/utils/checkStore.js:7
↓ 11 callers
Function
checkStore
(store)
app/utils/checkStore.js:7
↓ 11 callers
Function
configureStore
(initialState = {}, history)
internals/templates/configureStore.js:10
↓ 8 callers
Function
getInjectors
(store)
internals/templates/utils/sagaInjectors.js:84
↓ 8 callers
Function
getInjectors
(store)
app/utils/sagaInjectors.js:84
↓ 8 callers
Function
render
internals/templates/app.js:41
↓ 8 callers
Function
reportError
* Report the the given error and exits the setup * @param {string} error
internals/scripts/setup.js:277
↓ 7 callers
Function
feedbackToUser
* Feedback to user * @param {string} info * @returns {Function}
internals/scripts/generate-templates-for-linting.js:68
↓ 6 callers
Function
renderComponent
(props = {})
app/containers/RepoListItem/tests/index.test.js:11
↓ 5 callers
Function
mapDispatchToProps
(dispatch)
app/containers/HomePage/index.js:120
↓ 4 callers
Function
addCheckMark
* Adds mark check symbol
internals/scripts/helpers/checkmark.js:6
↓ 4 callers
Function
animateProgress
* 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 callers
Function
appReducer
(state = initialState, action)
app/containers/App/reducer.js:24
↓ 4 callers
Function
changeUsername
(username)
app/containers/HomePage/actions.js:27
↓ 4 callers
Function
ejectSagaFactory
(store, isValid)
internals/templates/utils/sagaInjectors.js:64
↓ 4 callers
Function
ejectSagaFactory
(store, isValid)
app/utils/sagaInjectors.js:64
↓ 4 callers
Function
formatTranslationMessages
(locale, messages)
app/i18n.js:28
↓ 4 callers
Function
injectSagaFactory
(store, isValid)
internals/templates/utils/sagaInjectors.js:26
↓ 4 callers
Function
injectSagaFactory
(store, isValid)
app/utils/sagaInjectors.js:26
↓ 4 callers
Function
loadRepos
()
app/containers/App/actions.js:25
↓ 4 callers
Function
repoLoadingError
(error)
app/containers/App/actions.js:54
↓ 4 callers
Function
reposLoaded
(repos, username)
app/containers/App/actions.js:39
↓ 3 callers
Function
changeLocale
(languageLocale)
app/containers/LanguageProvider/actions.js:9
↓ 3 callers
Function
createReducer
(injectedReducers = {})
internals/templates/reducers.js:14
↓ 3 callers
Function
createReducer
(injectedReducers = {})
app/reducers.js:15
↓ 3 callers
Function
formatTranslationMessages
(locale, messages)
internals/templates/i18n.js:24
↓ 3 callers
Function
injectReducerFactory
(store, isValid)
internals/templates/utils/reducerInjectors.js:7
↓ 3 callers
Function
injectReducerFactory
(store, isValid)
app/utils/reducerInjectors.js:7
↓ 3 callers
Function
loadable
(importFunc, { fallback = null } = { fallback: null })
app/utils/loadable.js:3
↓ 3 callers
Function
makeSelectUsername
()
app/containers/HomePage/selectors.js:10
↓ 3 callers
Function
reportSuccess
* Report success * @param {string} message * @returns {Function}
internals/scripts/generate-templates-for-linting.js:80
↓ 3 callers
Function
request
(url, options)
app/utils/request.js:40
↓ 3 callers
Function
task
internals/scripts/extract-intl.js:35
↓ 2 callers
Function
callback
()
internals/scripts/analyze.js:17
↓ 2 callers
Function
checkKey
internals/templates/utils/sagaInjectors.js:9
↓ 2 callers
Function
checkKey
app/utils/sagaInjectors.js:9
↓ 2 callers
Function
componentExists
(comp)
internals/generators/utils/componentExists.js:17
↓ 2 callers
Function
homeReducer
(state = initialState, action)
app/containers/HomePage/reducer.js:19
↓ 2 callers
Function
languageProviderReducer
(state = initialState, action)
app/containers/LanguageProvider/reducer.js:17
↓ 2 callers
Function
loadable
(importFunc, { fallback = null } = { fallback: null })
internals/templates/utils/loadable.js:3
↓ 2 callers
Function
makeSelectCurrentUser
()
app/containers/App/selectors.js:12
↓ 2 callers
Function
makeSelectError
()
app/containers/App/selectors.js:24
↓ 2 callers
Function
makeSelectLoading
()
app/containers/App/selectors.js:18
↓ 2 callers
Function
makeSelectLocale
()
app/containers/LanguageProvider/selectors.js:14
↓ 2 callers
Function
makeSelectRepos
()
app/containers/App/selectors.js:30
↓ 2 callers
Function
mapDispatchToProps
(dispatch)
app/containers/LocaleToggle/index.js:44
↓ 2 callers
Function
removeDir
* Remove a directory * @param {string} relativePath * @returns {Promise<any>}
internals/scripts/generate-templates-for-linting.js:146
↓ 2 callers
Method
render
()
internals/templates/utils/injectSaga.js:41
↓ 2 callers
Method
render
()
app/utils/injectSaga.js:41
↓ 2 callers
Function
runLintingOnDirectory
* 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 callers
Function
useInjectReducer
({ key, reducer })
app/utils/injectReducer.js:38
↓ 2 callers
Function
useInjectSaga
({ key, saga, mode })
app/utils/injectSaga.js:49
↓ 1 callers
Function
addToGitRepository
* Add all files to the new repository * @returns {Promise<any>}
internals/scripts/setup.js:245
↓ 1 callers
Function
addXMark
* Adds mark cross symbol
internals/scripts/helpers/xmark.js:6
↓ 1 callers
Function
askUserIfWeShouldRemoveRepo
* Ask user if he wants to start with a new repository * @returns {Promise<boolean>}
internals/scripts/setup.js:95
↓ 1 callers
Function
checkDescriptor
internals/templates/utils/sagaInjectors.js:15
↓ 1 callers
Function
checkDescriptor
app/utils/sagaInjectors.js:15
↓ 1 callers
Function
checkIfRepositoryIsAClone
* Checks if this is a clone from our repo * @returns {Promise<any>}
internals/scripts/setup.js:57
↓ 1 callers
Function
checkNodeVersion
* Check Node.js version * @param {!number} minimalNodeVersion * @returns {Promise<any>}
internals/scripts/setup.js:155
↓ 1 callers
Function
checkNpmVersion
* Check NPM version * @param {!number} minimalNpmVersion * @returns {Promise<any>}
internals/scripts/setup.js:179
↓ 1 callers
Function
cleanCurrentRepository
* 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 callers
Function
commitToGitRepository
* Initial Git commit * @returns {Promise<any>}
internals/scripts/setup.js:261
↓ 1 callers
Function
createWebpackMiddleware
(compiler, publicPath)
server/middlewares/addDevMiddlewares.js:6
↓ 1 callers
Function
deleteFileInCurrentDir
* Deletes a file in the current directory * @param {string} file * @returns {Promise<any>}
internals/scripts/setup.js:27
↓ 1 callers
Function
endProcess
* End the setup process
internals/scripts/setup.js:290
↓ 1 callers
Function
extractFromFile
internals/scripts/extract-intl.js:93
↓ 1 callers
Function
generateComponent
* 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 callers
Function
generateComponents
* Generate components * @param {array} components * @returns {Promise<[string]>}
internals/scripts/generate-templates-for-linting.js:272
↓ 1 callers
Function
generateContainer
* 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 callers
Function
generateLanguage
* Test the language generator and rollback when successful * @param {string} language * @returns {Promise<*>}
internals/scripts/generate-templates-for-linting.js:295
↓ 1 callers
Function
getRepos
()
app/containers/HomePage/saga.js:15
↓ 1 callers
Function
githubData
()
app/containers/HomePage/saga.js:32
↓ 1 callers
Function
glob
internals/scripts/extract-intl.js:49
↓ 1 callers
Function
hasGitRepository
* Checks if we are under Git version control * @returns {Promise<boolean>}
internals/scripts/setup.js:38
↓ 1 callers
Function
initGitRepository
* Initialize a new Git repository * @returns {Promise<any>}
internals/scripts/setup.js:229
↓ 1 callers
Function
installPackages
* Install all packages * @returns {Promise<any>}
internals/scripts/setup.js:202
↓ 1 callers
Function
languageIsSupported
(language)
internals/generators/language/index.js:7
↓ 1 callers
Function
makeSelectLocale
()
internals/templates/containers/LanguageProvider/selectors.js:13
↓ 1 callers
Function
makeSelectLocation
()
internals/templates/containers/App/selectors.js:5
↓ 1 callers
Function
makeSelectLocation
()
app/containers/App/selectors.js:36
↓ 1 callers
Function
newLine
()
internals/scripts/extract-intl.js:31
↓ 1 callers
Function
prettyStringify
* Return a prettified string * @param {*} data * @returns {string}
internals/scripts/generate-templates-for-linting.js:43
↓ 1 callers
Function
readFile
internals/scripts/extract-intl.js:57
↓ 1 callers
Function
removeFile
* Remove a given file * @param {string} filePath * @returns {Promise<any>}
internals/scripts/generate-templates-for-linting.js:164
↓ 1 callers
Function
removeGitRepository
* Remove the current Git repository * @returns {Promise<any>}
internals/scripts/setup.js:80
↓ 1 callers
Function
restoreModifiedFile
* Overwrite file from copy * @param {string} filePath * @param {string} [backupFileExtension=BACKUPFILE_EXTENSION] * @returns {Promise<*>}
internals/scripts/generate-templates-for-linting.js:183
↓ 1 callers
Function
runLintingOnFile
* Run eslint on the given file * @param {string} filePath * @returns {Promise<string>}
internals/scripts/generate-templates-for-linting.js:123
↓ 1 callers
Function
selectGlobal
app/containers/App/selectors.js:8
↓ 1 callers
Function
selectHome
app/containers/HomePage/selectors.js:8
↓ 1 callers
Function
selectLanguage
app/containers/LanguageProvider/selectors.js:8
↓ 1 callers
Function
useInjectReducer
({ key, reducer })
internals/templates/utils/injectReducer.js:38
↓ 1 callers
Function
useInjectSaga
({ key, saga, mode })
internals/templates/utils/injectSaga.js:49
Function
App
()
internals/templates/containers/App/index.js:18
Function
App
()
app/containers/App/index.js:31
Function
Button
(props)
app/components/Button/index.js:16
Function
Circle
app/components/LoadingIndicator/Circle.js:17
next →
1–100 of 155, ranked by callers