MCPcopy Create free account

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

Functions64 in github.com/audn/react-boilerplate

↓ 20 callersFunctionconcat
(...items: (string | number | boolean | undefined)[])
src/common/utils/helpers/concat.ts:1
↓ 4 callersFunctionrequest
( endpoint: string, method: string, requireAuth: boolean, body?: object, existingHeaders?: object, )
src/common/utils/hooks/api/api.ts:17
↓ 4 callersFunctionvalidateUrl
(url: string)
src/common/utils/helpers/regex/url.ts:1
↓ 2 callersFunctionvalidateRegex
({ value, regex, }: { value?: string; regex?: (val: string) => void; })
src/common/utils/helpers/regex/validator.ts:1
↓ 1 callersFunctiongetCats
()
src/common/utils/hooks/api/cats.ts:3
↓ 1 callersFunctiongetErrors
()
src/common/components/Form/Textarea/index.tsx:21
↓ 1 callersFunctiongetErrors
()
src/common/components/Form/Input/index.tsx:20
↓ 1 callersFunctionlistenForOutsideClick
({ listening, setListening, menuRef, setIsOpen, }: Props)
src/common/utils/helpers/listenForOutsideClick.ts:7
↓ 1 callersFunctiontrackPageview
(url: string)
src/common/utils/analytics.ts:3
↓ 1 callersFunctionuseCats
()
src/common/utils/hooks/cats.ts:4
FunctionAnimate
({ children, ...props }: { className?: string; children: ReactNode; variants: any; onClick?: (e?:
src/common/components/layout/Animate.tsx:4
FunctionApp
({ Component, pageProps, router }: AppProps)
src/pages/_app.tsx:11
FunctionButtonController
({ route, onClick, children, layoutClass, className, }: Button.Base & { children: ReactElement })
src/common/components/Buttons/components/ButtonController.tsx:6
FunctionButtonWrapper
({ className, children, }: { className?: string; children: ReactNode; })
src/common/components/Buttons/components/ButtonWrapper.tsx:4
FunctionCatsHydration
({ data, error, isLoading, refetch, isRefetching, }: Hydration.Cats)
src/common/components/Hydrate/Cats/index.tsx:8
FunctionCircle
({ disabled, isLoading, active, onClick, id }: Props)
src/common/components/Form/Toggle/components/Circle.tsx:10
FunctionCustom404
()
src/pages/404.tsx:4
FunctionDefaultLayout
({ children }: Props)
src/common/layouts/Default.tsx:12
FunctionDesktopMenu
()
src/common/components/Header/Navigation/Desktop/index.tsx:4
FunctionDropdown
({ children, list, options = { caret: true, position: 'center' }, }: IDropdown)
src/common/components/Dropdown/index.tsx:9
FunctionDropdownWrapper
({ children }: { children: ReactNode })
src/common/components/Dropdown/components/DropdownWrapper.tsx:5
FunctionFooter
()
src/common/components/Footer/index.tsx:6
FunctionFormError
({ label }: { label: string })
src/common/components/Form/components/FormError.tsx:1
FunctionFormLabel
({ disabled, label, description, id }: Form.Label)
src/common/components/Form/components/FormLabel.tsx:4
FunctionFormWrapper
({ className, children, }: { className?: string; children: ReactNode; })
src/common/components/Form/components/FormWrapper.tsx:4
FunctionH1
({ children, className, }: { children: ReactNode; className?: string; })
src/common/components/layout/headings/H1.tsx:4
FunctionH2
({ children, className, ...props }: { children: ReactNode; className?: string; id?: string; styl
src/common/components/layout/headings/H2.tsx:4
FunctionH3
({ children, className, }: { children: ReactNode; className?: string; })
src/common/components/layout/headings/H3.tsx:4
FunctionHamburger
({ onClick, isOpen }: Props)
src/common/components/Header/Navigation/components/Hamburger.tsx:5
FunctionHeader
()
src/common/components/Header/index.tsx:4
FunctionHome
()
src/pages/index.tsx:9
FunctionHydrationError
({ title, label, onClick, isLoading }: Alert.Base)
src/common/components/layout/Alerts/HydrationError.tsx:6
FunctionInput
({ value, type, label, onChange, id, disabled, placeholder, error, inputClassName, descrip
src/common/components/Form/Input/index.tsx:7
FunctionLabel
()
src/common/components/Header/Navigation/Desktop/components/NavItem.tsx:6
FunctionLayout
({ onSubmit, children, className }: Props)
src/common/components/Form/Layout/index.tsx:8
FunctionLink
({ children, rel, href, ...props }: { children: ReactNode; rel?: 'author' | 'me'; className?: st
src/common/components/layout/Link.tsx:5
FunctionListItem
({ label, icon, onClick, route, className }: INavItem)
src/common/components/Dropdown/components/ListItem.tsx:6
FunctionLoadingIcon
()
src/common/components/misc/LoadingIcon.tsx:1
FunctionLogo
()
src/common/components/misc/Logo.tsx:3
FunctionNavItem
({ label, route }: INavItem)
src/common/components/Footer/components/NavItem.tsx:4
FunctionNavItem
({ route, icon, label, list }: INavItem)
src/common/components/Header/Navigation/Desktop/components/NavItem.tsx:5
FunctionNavigation
()
src/common/components/Header/Navigation/index.tsx:9
FunctionPhoneMenu
()
src/common/components/Header/Navigation/Phone/index.tsx:1
FunctionPrimaryButton
({ title, disabled, icon, isLoading, className, }: Button.Base)
src/common/components/Buttons/Primary/index.tsx:5
FunctionSecondaryButton
({ title, isLoading, disabled, icon, className, }: Button.Base)
src/common/components/Buttons/Secondary/index.tsx:5
FunctionText
({ children, className, }: { children: ReactNode | ReactNode[]; className?: string; })
src/common/components/layout/headings/Text.tsx:4
FunctionTextarea
({ value, onChange, label, id, placeholder, error, inputClassName, disabled, maxLength, mi
src/common/components/Form/Textarea/index.tsx:7
FunctionToggle
({ active, className, label, onClick, description, id, disabled, isLoading, }: Form.Toggle)
src/common/components/Form/Toggle/index.tsx:5
FunctionTooltip
({ children, text, id, options }: Props)
src/common/components/layout/Tooltip.tsx:10
FunctionVercelLogo
()
src/common/components/misc/VercelLogo.tsx:1
FunctionVercelMark
()
src/common/components/Footer/components/VercelMark.tsx:3
FunctionWhiteButton
({ isLoading, title, disabled, icon, className, }: Button.Base)
src/common/components/Buttons/White/index.tsx:5
Functiondel
(endpoint: string, requireAuth: boolean, body?: object)
src/common/utils/hooks/api/api.ts:9
Functionget
(endpoint: string, requireAuth: boolean, headers?: object)
src/common/utils/hooks/api/api.ts:3
FunctionhandleClick
()
src/common/components/Dropdown/components/ListItem.tsx:8
FunctionhandleClick
(e: SyntheticEvent)
src/common/components/Buttons/components/ButtonController.tsx:14
FunctionhandleScrollbarChange
(open: boolean)
src/common/utils/helpers/scrollbarModal.ts:1
Functionpost
(endpoint: string, requireAuth: boolean, body?: object)
src/common/utils/hooks/api/api.ts:6
Functionput
(endpoint: string, requireAuth: boolean, body?: object)
src/common/utils/hooks/api/api.ts:13
Functionredirects
()
next.config.js:5
Methodrender
()
src/pages/_document.tsx:6
Functiontoggle
()
src/common/components/Dropdown/index.tsx:18
FunctiontrackEvent
({ action, category, label, value, }: { action: string; category: string; label: string; value
src/common/utils/analytics.ts:11
FunctionvalidateEmail
(url: string)
src/common/utils/helpers/regex/email.ts:1