Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beerose/use-comments
/ functions
Functions
16 in github.com/beerose/use-comments
⨍
Functions
16
◇
Types & classes
7
↓ 1 callers
Function
copyToClipboard
src/gatsby-plugin-theme-ui/components.js:15
↓ 1 callers
Function
formatDate
(dateStr: string)
src/components/LiveEdit.tsx:177
↓ 1 callers
Function
formatStatus
(status: CommentStatus)
src/components/LiveEdit.tsx:208
↓ 1 callers
Function
useComments
( hasuraUrl: string, postId: string, config?: UseCommentsConfig )
src/useComments/index.ts:98
Function
AddComment
({ onSubmit }: AddCommentProps)
src/components/AddComment.tsx:20
Function
Comments
({ postId })
src/components/Example.jsx:3
Function
GitHub
()
src/components/Header.tsx:9
Function
Header
(props: ComponentProps<'header'>)
src/components/Header.tsx:26
Function
Hero
()
src/components/Hero.tsx:5
Function
IndexPage
()
src/pages/index.tsx:11
Function
LiveEdit
({ code }: { code: string })
src/components/LiveEdit.tsx:221
Function
Page
({ children }: PageProps)
src/components/Page.tsx:11
Function
Section
src/components/Section.tsx:5
Function
ToggleMode
()
src/components/ToggleMode.tsx:5
Function
addComment
({ content, author, }: Pick<Comment, 'content' | 'author'>)
src/useComments/index.ts:149
Function
fetchComments
()
src/useComments/index.ts:108