Skip to content
View DistractionBoy's full-sized avatar
🔴
Optimistic Pioneer
🔴
Optimistic Pioneer
Block or Report

Block or report DistractionBoy

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. Hyperdrive-go/hd Hyperdrive-go/hd Public

    open sourced and creator-focused NFT tech

    TypeScript 7 3

  2. hd hd Public

    Forked from Hyperdrive-go/hd

    open sourced and creator-focused NFT tech

    TypeScript

  3. quick react context with reducer quick react context with reducer
    1
    export function createCtx<StateType, ActionType>(
    2
      reducer: React.Reducer<StateType, ActionType>,
    3
      initialState: StateType,
    4
    ) {
    5
      const defaultDispatch: React.Dispatch<ActionType> = () => initialState // we never actually use this
  4. resume resume Public

    A simple resume and portfolio site made with React and Next JS

    JavaScript