Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 72c9aea

Browse filesBrowse files
authored
fix(docs): blog moved to different domain (#4663)
1 parent 723abab commit 72c9aea
Copy full SHA for 72c9aea

File tree

4 files changed

+4
-4
lines changed
Filter options

4 files changed

+4
-4
lines changed

‎packages/shared/refDebounced/index.md

Copy file name to clipboardExpand all lines: packages/shared/refDebounced/index.md
+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ You can also pass an optional 3rd parameter including maxWait option. See `useDe
2828

2929
## Recommended Reading
3030

31-
- [**Debounce vs Throttle**: Definitive Visual Guide](https://redd.one/blog/debounce-vs-throttle)
31+
- [**Debounce vs Throttle**: Definitive Visual Guide](https://kettanaito.com/blog/debounce-vs-throttle)

‎packages/shared/refThrottled/index.md

Copy file name to clipboardExpand all lines: packages/shared/refThrottled/index.md
+1-1
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ const throttled = refThrottled(input, 1000, undefined, false)
4343

4444
## Recommended Reading
4545

46-
- [Debounce vs Throttle: Definitive Visual Guide](https://redd.one/blog/debounce-vs-throttle)
46+
- [Debounce vs Throttle: Definitive Visual Guide](https://kettanaito.com/blog/debounce-vs-throttle)
4747
- [Debouncing and Throttling Explained Through Examples](https://css-tricks.com/debouncing-throttling-explained-examples/)

‎packages/shared/useDebounceFn/index.md

Copy file name to clipboardExpand all lines: packages/shared/useDebounceFn/index.md
+1-1
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,4 @@ setTimeout(debouncedRequest, 500)
7474

7575
## Recommended Reading
7676

77-
- [**Debounce vs Throttle**: Definitive Visual Guide](https://redd.one/blog/debounce-vs-throttle)
77+
- [**Debounce vs Throttle**: Definitive Visual Guide](https://kettanaito.com/blog/debounce-vs-throttle)

‎packages/shared/useThrottleFn/index.md

Copy file name to clipboardExpand all lines: packages/shared/useThrottleFn/index.md
+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ useEventListener(window, 'resize', throttledFn)
2323

2424
## Recommended Reading
2525

26-
- [**Debounce vs Throttle**: Definitive Visual Guide](https://redd.one/blog/debounce-vs-throttle)
26+
- [**Debounce vs Throttle**: Definitive Visual Guide](https://kettanaito.com/blog/debounce-vs-throttle)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.