Showing 1-20 of 856,760 packages
useEffectOnce and useLayoutEffectOnce with conditional execution
`useEffectOnce` is a wrapper for `useEffect` that performs the effect only once, unlike other options it uses `useContext` and does not use `useRef`.
`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.
Runs a callback effect atmost one time when a condition becomes true
## 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).
It's react's useEffect hook, except using deep comparison on the inputs, not reference equality
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.
Ponyfill of the experimental `React.useEffectEvent` hook
Unified interfaces for common platform-specific services
A Quick description of the component
Durable workflows for Effect
A Quick description of the component
A Quick description of the component
Functional programming in TypeScript
A Quick description of the component
A Language-Service Plugin to Refactor and Diagnostic effect-ts projects