Showing 1-20 of 6,043 packages
A React hook that uses useEffect() on the server and useLayoutEffect() in the browser
Tools for using GSAP in React, like useGSAP() which is a drop-in replacement for useLayoutEffect()/useEffect()
It's react's useEffect hook, except using deep comparison on the inputs, not reference equality
ESLint rule to warn against unnecessary React useEffect hooks.
useEffect hook from ReactJS debounced!
useEffect hook with injected lifecycle checking method
Warns a user when the react hook useEffect is called with no dependency array
A layer over useEffect that provides previous values of dependencies.
ESLint plugin to check that all returns in useEffect/useLayoutEffect return a function
an useEffect hook optimized for useRef
It's React's useEffect/useMemo/useCallback hooks, except using custom comparison on the inputs, not reference equality
Trigger useEffect on demand
An ESLint Plugin dedicated to enhancing code quality by enforcing best practices when utilizing the useEffect hook in React applications.
An useEffect that does not run on first render
ESLint rule to require useEffect callbacks to be named functions instead of anonymous functions
React useEffect that is not called on initial mount, only on updates
<h2 align="center">An alternative to useEffect which provide extra info to work with updates</h2>
useEffect hook which takes a comparison function
useEffect, but know what caused the effect to run
An useEffect hook for lit-elements