Showing 1-20 of 828,252 packages
Ponyfill of the experimental `React.useEffectEvent` hook
Use Effect with Convex!
## Usage
A [React hook](https://reactjs.org/docs/hooks-intro.html) for managing side-effects in your reducers.
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).
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.
`useEffectOnce` is a wrapper for `useEffect` that performs the effect only once, unlike other options it uses `useContext` and does not use `useRef`.
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.
It's react's useEffect hook, except using deep comparison on the inputs, not reference equality
Better react exhaustive-deps eslint plugin
Create components whose prop changes map to a global side effect
Create components whose prop changes map to a global side effect
The missing standard library for TypeScript, for writing production-grade software.