You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+26-3Lines changed: 26 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,8 @@ Display Github permalinks as codeblocks.
4
4
5
5
Display Github issue links.
6
6
7
+
Display Stack Overflow question links.
8
+
7
9

8
10

9
11

@@ -27,9 +29,9 @@ This package is compatible with Next 13+ and the components can be used as RSCs
27
29
28
30
Three variants of each component are exported
29
31
30
-
- GithubPermalink/GithubIssueLink - Client component - It fetches the data as on the client in a useEffect. ie. Data won't be retrieved until application has loaded in user's browser.
31
-
- GithubPermalinkBase/GithubIssueLinkBase - this is the base component - it does no data fetching on its own.
32
-
- GithubPermalinkRsc/GithubIssueLinkRsc - This is an RSC.
32
+
- GithubPermalink/GithubIssueLink/StackOverflowLink - Client component - It fetches the data as on the client in a useEffect. ie. Data won't be retrieved until application has loaded in user's browser.
33
+
- GithubPermalinkBase/GithubIssueLinkBase/StackOverflowLinkBase - this is the base component - it does no data fetching on its own.
34
+
- GithubPermalinkRsc/GithubIssueLinkRsc/StackOverflowLinkRsc - This is an RSC.
By default the components make unauthenticated requests against Github's API. The rate limit for such requests is 60/hour and only publicly visible repositories are available.
@@ -126,6 +148,7 @@ The global configuration object has this signature
0 commit comments