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

Block or report alissaVrk

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. react2angular react2angular Public

    Forked from coatue-oss/react2angular

    The easiest way to embed React components in Angular 1 apps.

    TypeScript 3 3

  2. simpleReactiveStore.ts simpleReactiveStore.ts
    1
    import { set, unset, get, PropertyPath } from 'lodash';
    2
    import { useSyncExternalStore } from 'react';
    3
    
                  
    4
    export type SimpleReactiveStore = ReturnType<typeof createSimpleReactiveStore>;
    5
    /**
  3. dnd-kit dnd-kit Public

    Forked from clauderic/dnd-kit

    The modern, lightweight, performant, accessible and extensible drag & drop toolkit for React.

    TypeScript 1 3

  4. virtual virtual Public

    Forked from TanStack/virtual

    🤖 Headless UI for Virtualizing Large Element Lists in JS/TS, React, Solid, Vue and Svelte

    TypeScript