Collection of React hooks ES2015 compatibile
npm install @ivbrajkovic/react-hooksjs
useFetchJsonAbort; // Fetch JSON response
useFetchJsonAbortDeprecated; // Fetch JSON response
useIntersectionObserver; // Intersection observer
useDeepEffect; // Deep compare useEffect hook
useInterval; // Interval hook with stop/pause/change options
useFlipAnimation; // FLIP animation hook
useRippleEffect; // Ripple effect hook
useCombinedRefs; // Reuse forwarded ref
``