Showing 1-20 of 354,886 packages
useMemo and useCallback but with a stable cache
A highly optimized pure JS implementation of Range Slider for React Native
A React hook that fires a callback whenever ResizeObserver detects a change to its size
Component and Hook for handling full screen components
React hook that triggers a callback after hot-module reloading has been performed (for any module, not just the one it was used in)
React.useRef with an immediate setter and read-only value.
A React hook for managing event listeners, e.g. removing events when a component unmounts.
React hooks and components for integrating with the Vital Link.
A simple hook to debug various Reactjs hooks which supports dependency as the second argument.
A helper utility to apply combineReducers functionality in React useReducer hook for large scale applications
How to share React hooks state between components
React Hook for WebSocket communication
Text input mask for React Native on iOS, Android and web. Synchronous and easy formatting without hustle
An easy-to-use in-app browser module for React Native.
Simple image viewer component for React
This plugins allows you to define a whitelist of symbols, that if they are undefined, ESLint will automatically import when you have autofixing enabled in your editor.
a presentation component for the slate editor
Enforce that all function components are wrapped in `React.memo`, and that all props and deps are wrapped in `useMemo`/`useCallback` so they don’t break memo.
Fluent UI React hooks.
This plugin enforces the wrapping of complex objects or functions (which might generate unnecessary renders or side-effects) in `useMemo` or `useCallback`. It also allows you to programmatically enforce the wrapping of functional components in `memo`, and