Saga middleware for Redux to handle Side Effects
Saga middleware for Redux to handle Side Effects
Marks all side-effects in module initialization that will interfere with tree-shaking
Add an event listener without causing any side effects
A curated set of user interface interactions, effects, widgets, and themes built on top of the jQuery JavaScript Library.
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 curated set of user interface interactions, effects, widgets, and themes built on top of the jQuery JavaScript Library.
ESLint plugin to catch unnecessary React effects for simpler, faster, safer code.
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