useDebouncedValue
Derive a debounced copy of a changing value so renders and effects react only once it settles.
useDebouncedValue is the declarative pattern: derive a debounced copy of state and read from it during render (or from a useEffect when a real side-effect is involved). Best when the consumer is React-driven. For imperative event handlers, use useDebouncedCallback.Platform Blocks
A comprehensive React Native design system with components that work seamlessly across iOS, Android, and Web.
Quick Links
Documentation
Resources