Skip to content
View Misaka-0x447f's full-sized avatar

Block or report Misaka-0x447f

Report abuse

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

Report abuse

Pinned Loading

  1. createTypedEvent createTypedEvent Public

    Function-based and directive tiny typed event, with current value and optional react hook. Proven and well-tested in private projects. 全功能、函数式调用的微型事件库,可读取当前值且带有可选 react hook。在内部项目中久经考验。

    TypeScript 30 2

  2. telegram-bot.cloudy-misaka telegram-bot.cloudy-misaka Public

    TypeScript 6

  3. useHybridState.ts useHybridState.ts
    1
    import { isFunction } from 'lodash-es'
    2
    import {
    3
      useCallback,
    4
      useRef,
    5
      useState,