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
a tiny React hook which allows you to track visible window viewport size in your components w/ an optional debounce and
6
-
other flexible options for optimal usage.
5
+
a tiny TS-compatible React hook which allows you to track visible window viewport size in your components w/ an optional debounce and other flexible options for optimal usage.
Copy file name to clipboardExpand all lines: package.json
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "use-viewport-sizes",
3
-
"version": "0.4.0-beta.1",
3
+
"version": "0.5.0-beta.1",
4
4
"description": "a tiny React hook which allows you to track visible window viewport size in your components w/ an optional debounce or custom memo function for updates for optimal rendering.",
5
5
"main": "./build/index.js",
6
6
"types": "./build/index.d.ts",
@@ -10,8 +10,8 @@
10
10
"dev": "webpack-dev-server --env testServer --mode development --open",
0 commit comments