Rohitbels - Overview

View Rohitbels's full-sized avatar

  • Pune

Block or report Rohitbels

  • šŸ‘‹ 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/

Pinned Loading

  1. Debug your Jest tests. Effortlessly.šŸ› šŸ–¼

    TypeScript 2.4k 81

  2. Custom export for UI Grid

    JavaScript 2

  3. 1

    import { useEffect } from 'react';

    3

    // This customEffect will invoke the callback immediately when the element mention in ref is with viewport i.e. root

    4

    // intersectionRatio >= 0.1 implies execute callback as soon as element is in view port

    5

    const useVisibility = (ref, callback, options = {}) => {