Skip to content
View neolefty's full-sized avatar
Block or Report

Block or report neolefty

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 Loading

  1. hexerals hexerals Public

    A web game inspired by https://generals.io

    TypeScript 5

  2. toggle-reducer.ts toggle-reducer.ts
    1
    const [
    2
      open,            // current state: opened or closed?
    3
      toggle           // HIDDEN DISPATCH
    4
    ] = useReducer(
    5
      state => !state, // a reducer that, umm, ignores its action?
  3. js-collection-benchmarks js-collection-benchmarks Public

    Performance comparison of JS collections: Object & Array, Map & Set, and Immutable.js equivalents.

    TypeScript

  4. quilt-keeper quilt-keeper Public

    Quilt Mini-Game for Thanksgiving 2023

    TypeScript