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

Block or report yuriyyakym

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

  1. awai awai Public

    Promised state management library with a unique events system, where every event is thennable, which allows to write logic in a saga-like way using async functions

    TypeScript 24 1

  2. sitemap-urls sitemap-urls Public

    Bash script for sitemap parsing

    Shell 24 9

  3. limesquid/r-factor limesquid/r-factor Public

    React & Redux Refactoring Tools

    JavaScript 21 1

  4. filter-limit filter-limit Public

    JavaScript library designed for efficiently filtering arrays while limiting the number of results. Ideal for handling large datasets.

    TypeScript

  5. awai-paint awai-paint Public

    Paint application example using Awai for state management

    TypeScript 2

  6. Instant client-side fuzzy search imp... Instant client-side fuzzy search implementation using `fuzzysort`, React hooks and Web Workers
    1
    interface Link {
    2
      name: string;
    3
      url: string;
    4
    }
    5