Minor Changes
-
#1835
825e69a
Thanks @imbhargav5! - ## New Features and ImprovementsNew Hooks
- Add experimental
useSuspenseNavigatorUserAgentData
hook for enhanced user agent detection capabilities
Bug Fixes and Enhancements
- Fix
useWebLocksApi
hook to prevent combining its internalsignal
with theifAvailable
parameter, improving API reliability - Refactor
useWindowSize
hook for improved clarity and performance with additional tests - Enhance
useAudio
hook documentation for better clarity and examples
Documentation Improvements
- Update README image source to local path for better reliability
- Refactor hooks list with improved categorization and markdown structure
- Comprehensive documentation updates for multiple hooks including:
useUndoRedoState
with API details and examplesuseSetState
with comprehensive examples and detailsuseRenderCount
with use cases and examplesuseOnClickRef
with detailed explanationsuseDeepCompareEffect
with usage guideuseOnHoverRef
with comprehensive examplesuseWhyDidYouUpdate
with detailed documentationuseSafeSetState
with detailed explanationsuseSessionstorageState
with comprehensive examplesuseDebounceFn
with detailed explanations
- Fix markdown code formatting in hook documentation tables
- Add
lucide-react
dependency and update icon handling
Developer Experience
- Improved code formatting and structure across multiple hook documentations
- Enhanced examples and use cases for better developer understanding
- Better categorization and organization of hooks documentation
- Add experimental