16
4 Comments

My first open source library for React!

https://github.com/eavam/use-debouncy
submitted this linkon July 3, 2020
  1. 2

    Congrats! I've been a web developer forever, and just used debounce for the first time this year. It's a handy tool to understand :)

  2. 1

    Congrats! This is pretty cool. Gave you a star :)

  3. 1

    By working on my side project, I created a tiny library for React.
    Key features:

    • Zero dependencies (need only React.js)
    • Size (120 bytes only)
    • Typescript support

    It will be interesting to know your opinion :)