MCPcopy Index your code

hub / github.com/PacktPublishing/React-17-Design-Patterns-and-Best-Practices-Third-Edition / functions

Functions122 in github.com/PacktPublishing/React-17-Design-Patterns-and-Best-Practices-Third-Edition

↓ 21 callersMethodrender
()
Chapter03/1-react-hooks/src/Issues.tsx:34
↓ 2 callersFunctiongetUserBy
( where: any, models: IModels )
Chapter05/graphql/backend/src/lib/auth.ts:13
↓ 2 callersFunctionhandleCounter
(operation = 'add')
Chapter03/1-react-hooks/src/Counter.tsx:6
↓ 2 callersFunctionisConnected
(isLogged = true, privileges = ['user'], redirectTo = '/')
Chapter05/graphql/frontend/src/lib/middlewares/user.ts:7
↓ 1 callersMethodUUIDV4
()
Chapter05/graphql/backend/src/types/interfaces.ts:7
↓ 1 callersFunctioncreateToken
(user: IUser)
Chapter05/graphql/backend/src/lib/jwt.ts:46
↓ 1 callersFunctiondoLogin
( email: string, password: string, models: IModels )
Chapter05/graphql/backend/src/lib/auth.ts:26
↓ 1 callersFunctiongetUserData
(accessToken: any)
Chapter05/graphql/frontend/src/lib/jwt.ts:30
↓ 1 callersFunctiongetUserData
(accessToken: string)
Chapter05/graphql/backend/src/lib/jwt.ts:34
↓ 1 callersFunctionhandleSubmit
(user: IUser)
Chapter05/graphql/frontend/src/components/users/Login.tsx:39
↓ 1 callersFunctionjwtVerify
(accessToken: any, cb: any)
Chapter05/graphql/frontend/src/lib/jwt.ts:13
↓ 1 callersFunctionjwtVerify
(accessToken: string, cb: any)
Chapter05/graphql/backend/src/lib/jwt.ts:13
↓ 1 callersFunctionlogin
(input: { email: string; password: string })
Chapter05/graphql/frontend/src/contexts/user.tsx:57
↓ 1 callersFunctionrenderContacts
()
Chapter12/react-router-with-params/src/components/Contacts/index.tsx:67
↓ 1 callersFunctionrenderSingleContact
({ name, email, phone }: Contact)
Chapter12/react-router-with-params/src/components/Contacts/index.tsx:59
↓ 1 callersFunctionreportWebVitals
(onPerfEntry?: ReportHandler)
Chapter06/react-suspense-with-swr/src/reportWebVitals.ts:3
↓ 1 callersFunctionreportWebVitals
(onPerfEntry?: ReportHandler)
Chapter06/context-api/src/reportWebVitals.ts:3
↓ 1 callersFunctionreportWebVitals
(onPerfEntry?: ReportHandler)
Chapter03/1-react-hooks/src/reportWebVitals.ts:3
↓ 1 callersFunctionwithInnerWidth
(Component: any)
Chapter04/hocs/src/components/MyComponent/WithInnerWidth.tsx:3
FunctionAbout
()
Chapter12/react-router-with-params/src/components/About/index.tsx:1
FunctionAbout
()
Chapter12/react-router/src/components/About.tsx:1
FunctionApp
()
Chapter04/hocs/src/App.tsx:3
FunctionApp
()
Chapter04/geolocation/src/App.tsx:4
FunctionApp
()
Chapter07/uncontrolled-components/src/App.tsx:3
FunctionApp
()
Chapter07/react-motion/src/App.tsx:3
FunctionApp
()
Chapter07/event-switch/src/App.tsx:3
FunctionApp
()
Chapter07/refs/src/App.tsx:4
FunctionApp
()
Chapter07/controlled-components/src/App.tsx:3
FunctionApp
()
Chapter07/animations/src/App.tsx:3
FunctionApp
()
Chapter07/svg/src/App.tsx:4
FunctionApp
()
Chapter06/react-suspense-with-swr/src/components/App.tsx:11
FunctionApp
()
Chapter06/context-api/src/components/App.tsx:7
FunctionApp
()
Chapter03/1-react-hooks/src/App.tsx:4
FunctionApp
()
Chapter03/3-reducer/src/App.tsx:3
FunctionApp
()
Chapter03/2-todo/src/App.tsx:12
FunctionApp
({ children })
Chapter12/react-router-with-params/src/App.tsx:9
FunctionApp
({ children })
Chapter12/react-router/src/App.tsx:8
FunctionApp
()
Chapter10/keys/src/App.tsx:3
FunctionApp
({ gists })
Chapter09/next/pages/index.tsx:3
FunctionApp
()
Chapter09/server-side-rendering/src/App.tsx:1
FunctionApp
({ gists })
Chapter09/data-fetching/src/App.tsx:12
FunctionApp
()
Chapter13/counter/src/App.tsx:3
FunctionApp
()
Chapter13/keys/src/App.tsx:3
FunctionApp
()
Chapter11/events/src/components/App.tsx:4
FunctionApp
()
Chapter11/testing/src/components/App.tsx:4
FunctionApp
()
Chapter08/inline-styles/src/App.tsx:3
FunctionApp
()
Chapter08/radium/src/App.tsx:4
FunctionAppRoutes
()
Chapter12/react-router-with-params/src/routes.tsx:12
FunctionAppRoutes
()
Chapter12/react-router/src/routes.tsx:11
FunctionAppRoutes
()
Chapter05/graphql/frontend/src/AppRoutes.tsx:10
FunctionButton
()
Chapter07/event-switch/src/components/Button/index.tsx:1
FunctionButton
()
Chapter08/css-modules/src/index.tsx:8
FunctionButton
()
Chapter08/radium/src/components/Button/index.tsx:22
FunctionCircle
({ x, y, radius, fill })
Chapter07/svg/src/components/Circles/Circle.tsx:10
FunctionContact
()
Chapter12/react-router-with-params/src/components/Contact/index.tsx:1
FunctionContact
()
Chapter12/react-router/src/components/Contact.tsx:1
FunctionContacts
(props)
Chapter12/react-router-with-params/src/components/Contacts/index.tsx:37
FunctionControlled
()
Chapter07/controlled-components/src/components/Controlled/index.tsx:3
FunctionCounter
()
Chapter03/1-react-hooks/src/Counter.tsx:3
FunctionCounter
(props)
Chapter13/counter/src/components/Counter/index.tsx:7
FunctionDashboard
({ connectedUser })
Chapter05/graphql/frontend/src/components/dashboard/Dashboard.tsx:5
FunctionError404
()
Chapter12/react-router-with-params/src/components/Error404/index.tsx:1
FunctionError404
()
Chapter12/react-router/src/components/Error404.tsx:1
FunctionFocus
()
Chapter07/refs/src/components/Focus/index.tsx:3
FunctionFontSize
()
Chapter08/inline-styles/src/components/FontSize/index.tsx:3
FunctionGeolocation
({ latitude, longitude })
Chapter04/geolocation/src/components/Geolocation.tsx:8
FunctionGeolocationContainer
()
Chapter04/geolocation/src/components/GeolocationContainer.tsx:4
FunctionHello
({ name })
Chapter11/testing/src/components/Hello/index.tsx:7
FunctionHome
()
Chapter12/react-router-with-params/src/components/Home/index.tsx:1
FunctionHome
()
Chapter12/react-router/src/components/Home.tsx:1
FunctionIssueProvider
({ children, url })
Chapter06/context-api/src/contexts/Issue.tsx:26
FunctionIssues
()
Chapter06/context-api/src/components/Issues.tsx:7
FunctionIssues
()
Chapter03/1-react-hooks/src/Issues2.tsx:13
FunctionLayout
({ currentUrl })
Chapter05/graphql/frontend/src/components/users/LoginLayout.tsx:16
FunctionLayout
()
Chapter05/graphql/frontend/src/components/dashboard/DashboardLayout.tsx:10
FunctionList
({ todoList, handleDelete })
Chapter03/2-todo/src/List.tsx:18
FunctionList
()
Chapter10/keys/src/components/List/index.tsx:3
FunctionList
()
Chapter13/keys/src/components/List/index.tsx:3
FunctionLoadingSkeleton
()
Chapter06/react-suspense-with-swr/src/components/Pokemon/LoadingSkeleton.tsx:4
FunctionLogin
({ login, currentUrl })
Chapter05/graphql/frontend/src/components/users/Login.tsx:16
FunctionMyComponent
({ innerWidth })
Chapter04/hocs/src/components/MyComponent/index.tsx:8
FunctionNotes
()
Chapter03/3-reducer/src/Notes.tsx:53
FunctionPage
()
Chapter05/graphql/frontend/src/pages/error404.tsx:1
FunctionPage
()
Chapter05/graphql/frontend/src/pages/dashboard.tsx:7
FunctionPage
()
Chapter05/graphql/frontend/src/pages/home.tsx:1
FunctionPage
({ currentUrl = isBrowser() ? window.location.search.replace('?redirectTo=', '') : '' })
Chapter05/graphql/frontend/src/pages/login.tsx:15
FunctionPokeContainer
()
Chapter06/react-suspense-with-swr/src/components/Pokemon/PokeContainer.tsx:5
FunctionPokedex
()
Chapter06/react-suspense-with-swr/src/components/Pokemon/Pokedex.tsx:11
FunctionPokemon
({ pokemonName })
Chapter06/react-suspense-with-swr/src/components/Pokemon/Pokemon.tsx:12
FunctionRedCircle
({ x, y, radius })
Chapter07/svg/src/components/Circles/RedCircle.tsx:10
FunctionShowInformation
()
Chapter11/events/src/components/ShowInformation/index.tsx:3
FunctionTask
({ id, task, handleDelete })
Chapter03/2-todo/src/Task.tsx:9
FunctionTransition
()
Chapter07/react-motion/src/components/Transition/index.tsx:3
FunctionTransition
()
Chapter07/animations/src/components/Transition/index.tsx:4
FunctionUncontrolled
()
Chapter07/uncontrolled-components/src/components/Uncontrolled/index.tsx:3
FunctionUserProvider
({ page = '', children })
Chapter05/graphql/frontend/src/contexts/user.tsx:30
MethodcomponentDidMount
()
Chapter03/1-react-hooks/src/Issues.tsx:24
Methodconstructor
(props: any)
Chapter03/1-react-hooks/src/Issues.tsx:16
Functionfetcher
(url: string)
Chapter06/react-suspense-with-swr/src/components/Pokemon/fetcher.ts:1
FunctionhandleChange
(e: any)
Chapter07/uncontrolled-components/src/components/Uncontrolled/index.tsx:6
next →1–100 of 122, ranked by callers