Skip to content
View grantglidewell's full-sized avatar

Organizations

@6x6-dev
Block or Report

Block or report grantglidewell

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. thirdandgrove/thirdandgrove-com-gatsby thirdandgrove/thirdandgrove-com-gatsby Public

    Gatsby frontend for our Decoupled TAGv5

    JavaScript 96 26

  2. jsnotes jsnotes Public

    cli note taking app

    TypeScript

  3. useDebounceCallback.ts useDebounceCallback.ts
    1
    /* eslint-disable @typescript-eslint/no-explicit-any */
    2
    import { useRef, useCallback, useEffect } from 'react';
    3
    
                  
    4
    export default function useDebouncedCallback<T extends (...args: any[]) => any>(
    5
      callback: T,
  4. marveljs marveljs Public

    JavaScript 1