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 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
acorn1010/README.md

Pinned Loading

  1. vote vote Public

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

    TypeScript 43 6

  2. 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
    
                  
  3. render render Public

    TypeScript 36 2

  4. Foony-Limited/vite-plugin-import-map Foony-Limited/vite-plugin-import-map Public

    Vite plugin that generates import maps to prevent cascading hash changes in production builds

    TypeScript 2