Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Archakov06/rgxp
/ functions
Functions
14 in github.com/Archakov06/rgxp
⨍
Functions
14
◇
Types & classes
5
↓ 2 callers
Function
randomRange
(min: number, max: number)
src/pages/NotFoundPage.tsx:3
↓ 1 callers
Function
checkRegExp
(value: string, pattern: string)
src/components/PatternBlock.tsx:13
↓ 1 callers
Function
clearFilters
()
src/store/actions.ts:33
↓ 1 callers
Function
setSearchValue
(payload: string)
src/store/actions.ts:28
Function
App
()
src/App.tsx:11
Function
Footer
()
src/components/Footer.tsx:1
Function
Header
()
src/components/Header.tsx:6
Function
HomePage
({ match })
src/pages/HomePage.tsx:7
Function
NotFoundPage
()
src/pages/NotFoundPage.tsx:42
Function
PatternBlock
({ title, description, pattern, placeholder, tags, })
src/components/PatternBlock.tsx:25
Function
PatternStatus
({ type })
src/components/PatternStatus.tsx:7
Function
handleChangeInput
(e: React.ChangeEvent<HTMLInputElement>)
src/components/Header.tsx:15
Function
handleClickLogo
()
src/components/Header.tsx:9
Function
setItems
(payload: Pattern[])
src/store/actions.ts:23