Skip to content
View acorn1010's full-sized avatar
🏠
Working from home
🏠
Working from home

Highlights

  • Pro

Block or report acorn1010

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
acorn1010/README.md

Pinned Loading

  1. Foony-Limited/realtime-js Foony-Limited/realtime-js Public

    TypeScript SDK for the Foony Realtime service

    TypeScript 2

  2. Foony-Limited/global-store Foony-Limited/global-store Public

    Small React global store utility for Foony apps

    TypeScript 1

  3. vote vote Public

    A poll/vote site made with create-t3-app.

    TypeScript 43 6

  4. render render Public

    TypeScript 36 2

  5. Easier Zustand store Easier Zustand store
    1
    import {SetStateAction, useCallback} from 'react';
    2
    import {create} from "zustand";
    3
    
                  
    4
    export type EqualityFn<T> = (left: T | null | undefined, right: T | null | undefined) => boolean;
    5