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

Block or report Misaka-0x447f

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. 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 16

  2. telegram-bot.cloudy-misaka Public

    TypeScript 6

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