Showing 1-20 of 829,707 packages
Ponyfill of the experimental `React.useEffectEvent` hook
Use Effect with Convex!
A [React hook](https://reactjs.org/docs/hooks-intro.html) for managing side-effects in your reducers.
## Usage
A layer over useEffect that provides previous values of dependencies.
Warns a user when the react hook useEffect is called with no dependency array
<h2 align="center">An alternative to useEffect which provide extra info to work with updates</h2>
## Installation
A wrapper package that uses `useInsertionEffect` or a fallback for it
A React helper hook for scheduling a layout effect with a fallback to a regular effect for environments where layout effects should not be used (such as server-side rendering).
`useEffectOnce` is a wrapper for `useEffect` that performs the effect only once, unlike other options it uses `useContext` and does not use `useRef`.
Create components whose prop changes map to a global side effect
Create components whose prop changes map to a global side effect
A type-safe React hook for debugging purposes that wraps around the useEffect hook, which returns the dependancies that changed on each iteration of the effect within the console.
ESLint rule to require useEffect callbacks to be named functions instead of anonymous functions
`useEffectOnce` is a custom hook in React designed to mimic the behavior of `componentDidMount` and `componentWillUnmount` lifecycle methods in class components. It's a modified version of `useEffect` that runs only once when the component mounts.
A Quick description of the component
A Quick description of the component
A Quick description of the component
It's react's useEffect hook, except using deep comparison on the inputs, not reference equality