- š Hi, Iām @Rohitbels
- š Iām interested in Javascript and Eco system.
- š± Iām currently learning Typescript
- šļø Iām looking to collaborate on Javascript
- š« How to reach me https://www.linkedin.com/in/rohit-belsare-13761458/
Rohitbels - Overview
Pinned Loading
-
Custom export for UI Grid
JavaScript 2
-
1
import { useEffect } from 'react';
3
// This customEffect will invoke the callback immediately when the element mention in ref is with viewport i.e. root4
// intersectionRatio >= 0.1 implies execute callback as soon as element is in view port5
const useVisibility = (ref, callback, options = {}) => {