Skip to content
View Housi's full-sized avatar
🔮
magix
🔮
magix

Block or report Housi

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. Table Table
    1
    import React, { ReactElement } from 'react';
    2
    
                  
    3
    export type TableProps<T> = {
    4
        data: T[];
    5
        template: Template<T>;
  2. InfiniteLoader InfiniteLoader
    1
    import React, { ReactElement, useRef, useState, useEffect } from 'react';
    2
    
                  
    3
    type Props = {
    4
        pagedData: any;
    5
        direction?: 'y' | 'x';
  3. bash bash Public

    JavaScript

  4. management-app-web management-app-web Public

    TypeScript

  5. beers beers Public

    JavaScript

  6. pokewiki pokewiki Public

    JavaScript