bwduck


Brad Duck

  • `useStateList` is a React Hook similar to useState but for arrays.

    published 1.0.5 5 years ago
  • `ComponentLifespan` is a React Component that measures it's own lifespan, and subsequently the lifespan of it's children. It is a simple-to-use component to help time certain things.

    published 1.0.1 5 years ago
  • `simpleUseTimer` is a bare-bones React Hook that helps time events. It returns two functions, one which starts the timer, and one that gets the time elapsed since the start. Calling the start function again will reset the timer.

    published 1.0.3 5 years ago