We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52709fe commit c465a3fCopy full SHA for c465a3f
README.md
@@ -276,6 +276,12 @@ You might want to receive values less frequently than changes actually occur.
276
277
[CodeSandbox Demo](https://codesandbox.io/s/use-resize-observer-throttle-and-debounce-8uvsg)
278
279
+### Breakpoints
280
+
281
+Another popular concept are breakpoints. Here is an example for a simple hook accomplishing that.
282
283
+[CodeSandbox Demo](https://codesandbox.io/s/use-resize-observer-breakpoints-3hiv8)
284
285
## Defaults (SSR)
286
287
On initial mount the ResizeObserver will take a little time to report on the
0 commit comments